diff options
author | root <root@rshg054.dnsready.net> | 2012-11-12 01:31:01 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-12 01:31:01 -0800 |
commit | b863c91c6c9218e2ad9458231b24385be177ed08 (patch) | |
tree | da88c798b067fd2af9ad0c2237917826cef02c8e /extra/pixman | |
parent | c1c596c922f0dc8622339011db936c531647203d (diff) |
Mon Nov 12 01:30:54 PST 2012
Diffstat (limited to 'extra/pixman')
-rw-r--r-- | extra/pixman/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD index ca06c0a4e..73a20c401 100644 --- a/extra/pixman/PKGBUILD +++ b/extra/pixman/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 162772 2012-06-30 07:29:52Z andyrtr $ +# $Id: PKGBUILD 170784 2012-11-11 10:23:18Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> +# Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=pixman -pkgver=0.26.2 +pkgver=0.28.0 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(i686 x86_64) @@ -12,7 +13,7 @@ license=('custom') depends=('glibc') options=('!libtool') source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('1daf014714cc29147726abada12359345d156705') +sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad') build() { cd "${srcdir}/${pkgname}-${pkgver}" |