extra/pixman to 0.30.2-1

This commit is contained in:
Kevin Mihelich 2013-08-07 19:48:03 +00:00
parent fb6966e528
commit a67ff5b343

View file

@ -6,7 +6,7 @@
# - disable arm extensions that aren't supported, autodetection fails
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)
@ -15,7 +15,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}"