diff options
Diffstat (limited to 'extra/pixman/PKGBUILD')
-rw-r--r-- | extra/pixman/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD index e303a5818..51e2f79fc 100644 --- a/extra/pixman/PKGBUILD +++ b/extra/pixman/PKGBUILD @@ -4,16 +4,16 @@ # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=pixman -pkgver=0.28.2 +pkgver=0.29.2 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://xorg.freedesktop.org" license=('custom') depends=('glibc') options=('!libtool') source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('9e9ede6e13061030f9c827219cb87f47e32ecdb4') +sha1sums=('c1367c28cfb6a1c79c39b5df2d1a05351f57c702') build() { cd "${srcdir}/${pkgname}-${pkgver}" |