From 8943a878ab41449244b4e4b73fa8de3754e8d7b8 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Wed, 23 Sep 2015 13:59:52 -0400 Subject: [PATCH] extra/pixman to 0.32.8-1 --- extra/pixman/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD index f2356195f..5c3c22a22 100644 --- a/extra/pixman/PKGBUILD +++ b/extra/pixman/PKGBUILD @@ -6,7 +6,7 @@ # - disable arm extensions that aren't supported, autodetection fails pkgname=pixman -pkgver=0.32.6 +pkgver=0.32.8 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(i686 x86_64) @@ -14,7 +14,7 @@ url="http://xorg.freedesktop.org" license=('custom') depends=('glibc') source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4') +sha1sums=('5c57045622265b877c9bf02d531973eadf942140') build() { cd "${srcdir}/${pkgname}-${pkgver}"