summaryrefslogtreecommitdiff
path: root/extra/gifsicle
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
committerroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
commit66cb4a487ad73063c6b000279a5d5558fb7603f5 (patch)
treeee73bbc414ba8aec6b9a578578ceaabd38fff01e /extra/gifsicle
parent5b9e0d821dd428792bd51ed03af2b800924ce69d (diff)
Mon May 13 01:16:27 PDT 2013
Diffstat (limited to 'extra/gifsicle')
-rw-r--r--extra/gifsicle/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/gifsicle/PKGBUILD b/extra/gifsicle/PKGBUILD
index b2688d96c..7995e5133 100644
--- a/extra/gifsicle/PKGBUILD
+++ b/extra/gifsicle/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 149400 2012-02-07 14:30:32Z eric $
+# $Id: PKGBUILD 185185 2013-05-11 22:17:24Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=gifsicle
-pkgver=1.64
+pkgver=1.70
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,15 +10,15 @@ url="http://www.lcdf.org/gifsicle/"
license=('GPL')
depends=('libx11')
source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('14f1f69d41287eb06d69ae98b672a0f8c5cf28e5')
+sha1sums=('f5017c7e3298108f2063a926f83392c66f0652ae')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}