summaryrefslogtreecommitdiff
path: root/extra/pixman/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pixman/PKGBUILD')
-rw-r--r--extra/pixman/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD
index 0271c3942..5ee65c636 100644
--- a/extra/pixman/PKGBUILD
+++ b/extra/pixman/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 130771 2011-07-07 22:43:35Z andyrtr $
+# $Id: PKGBUILD 142423 2011-11-09 10:25:24Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=pixman
-pkgver=0.22.2
+pkgver=0.24.0
pkgrel=1
pkgdesc="Pixman library"
arch=(i686 x86_64 'mips64el')
@@ -13,15 +13,15 @@ depends=('glibc')
options=('!libtool')
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
pixman-loongson2f.patch)
-sha1sums=('ad2b828ce4280472f5933d8bb5f0f4d583aed7f3'
+sha1sums=('a3b73c3ea6cada20d705203a394f574aa69e2177'
'ce4d69ea341f21fdc30f6d401ee479cd3571dab3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- [ "$CARCH" = "mips64el" ] && {
- patch -Np1 -i $srcdir/pixman-loongson2f.patch
- autoreconf -i
- }
+# [ "$CARCH" = "mips64el" ] && {
+# patch -Np1 -i $srcdir/pixman-loongson2f.patch
+# autoreconf -i
+# }
./configure --prefix=/usr --disable-static
make
}