diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-07 03:58:37 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-07 03:58:37 +0000 |
commit | ecc0814f13d77a15db732a279e7bcc143f403683 (patch) | |
tree | 92a57200b161e25a20db8760051501241ee3a418 /extra/pixman/PKGBUILD | |
parent | b464c2860e91a60ffce805697b504bfbf7715148 (diff) |
Mon Jul 7 03:55:45 UTC 2014
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 d37c4b105..684a2a09e 100644 --- a/extra/pixman/PKGBUILD +++ b/extra/pixman/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 199934 2013-11-19 19:10:39Z andyrtr $ +# $Id: PKGBUILD 216565 2014-07-06 13:22:44Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=pixman -pkgver=0.32.4 +pkgver=0.32.6 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(i686 x86_64) @@ -12,7 +12,7 @@ url="http://xorg.freedesktop.org" license=('custom') depends=('glibc') source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3') +sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4') build() { cd $pkgname-$pkgver |