summaryrefslogtreecommitdiff
path: root/extra/pixman/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-10-07 02:39:40 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-10-07 02:39:40 -0500
commit7f453c9fc2bf151dcda6ba56cf7e70d10e717c17 (patch)
tree7bb44357fe42c66b2638aac947e4cbecc2acbba7 /extra/pixman/PKGBUILD
parent959cbfe19f6df61ba4b079c6e3952281e3870ab0 (diff)
Commiting libre package pixman-0.22.2-1
Diffstat (limited to 'extra/pixman/PKGBUILD')
-rw-r--r--extra/pixman/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD
index 57414ce5c..0271c3942 100644
--- a/extra/pixman/PKGBUILD
+++ b/extra/pixman/PKGBUILD
@@ -11,8 +11,10 @@ url="http://xorg.freedesktop.org"
license=('custom')
depends=('glibc')
options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ad2b828ce4280472f5933d8bb5f0f4d583aed7f3')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
+ pixman-loongson2f.patch)
+sha1sums=('ad2b828ce4280472f5933d8bb5f0f4d583aed7f3'
+ 'ce4d69ea341f21fdc30f6d401ee479cd3571dab3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"