mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pixman to 0.32.2-1
This commit is contained in:
parent
14f8c6cdf7
commit
570d71afc1
1 changed files with 2 additions and 3 deletions
|
@ -6,16 +6,15 @@
|
|||
# - disable arm extensions that aren't supported, autodetection fails
|
||||
|
||||
pkgname=pixman
|
||||
pkgver=0.30.2
|
||||
pkgver=0.32.2
|
||||
pkgrel=1
|
||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||
arch=(i686 x86_64)
|
||||
url="http://xorg.freedesktop.org"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
options=('!libtool')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf')
|
||||
sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue