summaryrefslogtreecommitdiff
path: root/extra/gif2png
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-11 11:53:09 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-11 11:53:09 +0100
commit3156702a5deccd61451be9f7d8ba0fd212a3043b (patch)
tree624620bf3c78560df2455ebe11c66073a39d7355 /extra/gif2png
parentaa74620a7ef4a49bd466b993c4675514781bd179 (diff)
parent4640048ddd1331c9f6fc14b8921ccecdb6b1ea11 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/kmod/PKGBUILD core/nfs-utils/PKGBUILD extra/libdmx/PKGBUILD gnome-unstable/gnome-keyring/PKGBUILD gnome-unstable/libgnome-keyring/PKGBUILD gnome-unstable/libgweather/PKGBUILD gnome-unstable/libgweather/libgweather.install multilib/lib32-gnutls/PKGBUILD multilib/lib32-libtiff/PKGBUILD testing/libxcb/PKGBUILD testing/libxcb/libxcb-1.1-no-pthread-stubs.patch testing/libxi/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'extra/gif2png')
-rw-r--r--extra/gif2png/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gif2png/PKGBUILD b/extra/gif2png/PKGBUILD
index da989a1d7..e4e8832b1 100644
--- a/extra/gif2png/PKGBUILD
+++ b/extra/gif2png/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 152702 2012-03-09 00:04:15Z giovanni $
+# $Id: PKGBUILD 152849 2012-03-09 23:27:27Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: eric <eric@archlinux.org>
# Contributor: Andrew Rose <ody@netrux.com>
pkgname=gif2png
-pkgver=2.5.7
+pkgver=2.5.8
pkgrel=1
pkgdesc="A GIF to PNG image format converter"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,7 +13,7 @@ license=('ZLIB')
depends=('libpng')
optdepends=('python2: for using web2png')
source=("http://www.catb.org/~esr/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6da196f7923b7c329b83aa9a1dbf72be')
+md5sums=('0f5caeeca561ade7f267ef3f2a9944b4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"