diff options
author | root <root@rshg054.dnsready.net> | 2012-12-17 03:27:42 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-17 03:27:42 -0800 |
commit | bfa298276aad0011c7ac64738d521600e76c3628 (patch) | |
tree | 4256caa850d2294cc064358de7380814a8772d14 /extra/pixman | |
parent | d1335cc6b44826a3ae6934a40bd618bfddcd2e6e (diff) |
Mon Dec 17 03:23:21 PST 2012
Diffstat (limited to 'extra/pixman')
-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 73a20c401..e303a5818 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) @@ -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}" |