diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-12 11:23:20 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-12 11:23:20 +0200 |
commit | ea84a7ef4c3c637a7504361c6ac42e8ba93a6179 (patch) | |
tree | 0bee5e198a06cfeff7de0396c4739ae2569f7067 /extra/pixman | |
parent | e55fda657497bd8743c0a57d917316afe70950f8 (diff) | |
parent | 5b9e0d821dd428792bd51ed03af2b800924ce69d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/start-stop-daemon/PKGBUILD
extra/claws-mail-extra-plugins/PKGBUILD
extra/giflib/PKGBUILD
extra/gvfs/PKGBUILD
extra/latex2rtf/PKGBUILD
extra/libgpod/PKGBUILD
extra/libimobiledevice/PKGBUILD
extra/libvpx/PKGBUILD
extra/libwpg/PKGBUILD
extra/libxml2/PKGBUILD
extra/pixman/PKGBUILD
extra/thunar-archive-plugin/PKGBUILD
Diffstat (limited to 'extra/pixman')
-rw-r--r-- | extra/pixman/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pixman/PKGBUILD b/extra/pixman/PKGBUILD index 51e2f79fc..5655fca9b 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.29.2 +pkgver=0.30.0 pkgrel=1 pkgdesc="The pixel-manipulation library for X and cairo" arch=(i686 x86_64 'mips64el') @@ -13,7 +13,7 @@ license=('custom') depends=('glibc') options=('!libtool') source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('c1367c28cfb6a1c79c39b5df2d1a05351f57c702') +sha1sums=('7ef2e8a355c2ac38bd4b3390ad220801433422dc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |