From acfbf270aa4982e43fa5f84c6c90745a1348bca9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 16 Dec 2012 18:15:13 +0000 Subject: [PATCH] extra/pixman to 0.28.2-1 --- extra/pixman/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD index 39a63b8fd..753ee3009 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.28.0 +pkgver=0.28.2 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(i686 x86_64) @@ -15,7 +15,7 @@ license=('custom') depends=('glibc') options=('!libtool') source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad') +sha1sums=('9e9ede6e13061030f9c827219cb87f47e32ecdb4') build() { cd "${srcdir}/${pkgname}-${pkgver}"