diff options
Diffstat (limited to 'extra/gifsicle')
-rw-r--r-- | extra/gifsicle/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gifsicle/PKGBUILD b/extra/gifsicle/PKGBUILD index 7995e5133..594a63a33 100644 --- a/extra/gifsicle/PKGBUILD +++ b/extra/gifsicle/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 185185 2013-05-11 22:17:24Z eric $ +# $Id: PKGBUILD 192181 2013-08-06 18:35:21Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=gifsicle -pkgver=1.70 +pkgver=1.71 pkgrel=1 pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.lcdf.org/gifsicle/" license=('GPL') depends=('libx11') source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('f5017c7e3298108f2063a926f83392c66f0652ae') +sha1sums=('a7665faa99b157ea545b65761d19e15b9b4a8b74') build() { cd ${pkgname}-${pkgver} |