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 0d5263c1e..3ff369e9a 100644 --- a/extra/pixman/PKGBUILD +++ b/extra/pixman/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 170784 2012-11-11 10:23:18Z andyrtr $ +# $Id: PKGBUILD 173251 2012-12-16 17:45:49Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> 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 'mips64el') @@ -13,7 +13,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}" |