extra/pixman to 0.32.2-1

This commit is contained in:
Kevin Mihelich 2013-11-15 18:16:03 +00:00
parent 14f8c6cdf7
commit 570d71afc1

View file

@ -6,16 +6,15 @@
# - disable arm extensions that aren't supported, autodetection fails
pkgname=pixman
pkgver=0.30.2
pkgver=0.32.2
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org"
license=('custom')
depends=('glibc')
options=('!libtool')
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf')
sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"