diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 09:52:07 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 09:52:07 +0100 |
commit | d830c3b1d23d90c928c68bf821049db3abf897b8 (patch) | |
tree | fe0cb5ea454a6dbbdd4ad55fc41a6d1c539822c1 /extra/pixman/PKGBUILD | |
parent | 4d0ba8da182e9ae35e0f7071adc2970d906698bc (diff) | |
parent | b863c91c6c9218e2ad9458231b24385be177ed08 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtkdatabox/PKGBUILD
community/ibus-sunpinyin/PKGBUILD
community/sunpinyin/PKGBUILD
extra/php-xcache/PKGBUILD
extra/sdl_mixer/PKGBUILD
extra/xorg-server/PKGBUILD
Diffstat (limited to 'extra/pixman/PKGBUILD')
-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 58782f157..0d5263c1e 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 'mips64el') @@ -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}" |