extra/pixman to 0.30.0-1

This commit is contained in:
Kevin Mihelich 2013-05-11 15:54:47 +00:00
parent b72e726ddc
commit 24cc425b40

View file

@ -6,7 +6,7 @@
# - disable arm extensions that aren't supported, autodetection fails
pkgname=pixman
pkgver=0.28.2
pkgver=0.30.0
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=('9e9ede6e13061030f9c827219cb87f47e32ecdb4')
sha1sums=('7ef2e8a355c2ac38bd4b3390ad220801433422dc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"