extra/pixman to 0.34.0-1

This commit is contained in:
David Beauchamp 2016-02-03 12:32:59 -05:00
parent 5597473a33
commit d60a4b82f5

View file

@ -6,7 +6,7 @@
# - disable arm extensions that aren't supported, autodetection fails
pkgname=pixman
pkgver=0.32.8
pkgver=0.34.0
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
arch=(i686 x86_64)
@ -14,7 +14,7 @@ url="http://xorg.freedesktop.org"
license=('custom')
depends=('glibc')
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
sha1sums=('5c57045622265b877c9bf02d531973eadf942140')
sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"