diff options
author | root <root@rshg054.dnsready.net> | 2013-08-08 02:22:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-08 02:22:24 -0700 |
commit | d65d13a9fb3099310bb7736be11ee0724dde2dc7 (patch) | |
tree | 0e80461dca84901d8f25cfbe99aeec404698522f /extra/pixman/PKGBUILD | |
parent | b7d2dcfdb924359a7bdb0614960df38e6e4a9feb (diff) |
Thu Aug 8 02:21:16 PDT 2013
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 156bc59fb..5262059e8 100644 --- a/extra/pixman/PKGBUILD +++ b/extra/pixman/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185126 2013-05-11 09:39:45Z andyrtr $ +# $Id: PKGBUILD 192216 2013-08-07 19:14:18Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=pixman -pkgver=0.30.0 +pkgver=0.30.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=('7ef2e8a355c2ac38bd4b3390ad220801433422dc') +sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf') build() { cd "${srcdir}/${pkgname}-${pkgver}" |