summaryrefslogtreecommitdiff
path: root/extra/pixman/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pixman/PKGBUILD')
-rw-r--r--extra/pixman/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD
index e303a5818..156bc59fb 100644
--- a/extra/pixman/PKGBUILD
+++ b/extra/pixman/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 173251 2012-12-16 17:45:49Z andyrtr $
+# $Id: PKGBUILD 185126 2013-05-11 09:39:45Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
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)
@@ -13,7 +13,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}"