diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-20 22:55:12 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-20 22:55:12 (GMT) |
commit | 24cf5e803b385e504521d07fc76665a7f5ca67b0 (patch) | |
tree | 50ab7cedb99041dee69883f013fa969ccd5fe249 /abs/core/pixman | |
parent | 39e1bf9e627d26579403794823759709389b574e (diff) | |
download | linhes_pkgbuild-24cf5e803b385e504521d07fc76665a7f5ca67b0.zip linhes_pkgbuild-24cf5e803b385e504521d07fc76665a7f5ca67b0.tar.gz linhes_pkgbuild-24cf5e803b385e504521d07fc76665a7f5ca67b0.tar.bz2 |
pixman: update to 0.32.8
Diffstat (limited to 'abs/core/pixman')
-rw-r--r-- | abs/core/pixman/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/pixman/PKGBUILD b/abs/core/pixman/PKGBUILD index 76c0959..f55c0cf 100644 --- a/abs/core/pixman/PKGBUILD +++ b/abs/core/pixman/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=pixman -pkgver=0.32.6 +pkgver=0.32.8 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(i686 x86_64) @@ -12,7 +12,7 @@ url="http://xorg.freedesktop.org" license=('custom') depends=('glibc') source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4') +sha1sums=('5c57045622265b877c9bf02d531973eadf942140') build() { cd $pkgname-$pkgver |