[arch-commits] Commit in gifsicle/trunk (ChangeLog PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Sat Mar 13 05:22:19 UTC 2010
Date: Saturday, March 13, 2010 @ 00:22:18
Author: eric
Revision: 72163
upgpkg: gifsicle 1.59-1
Upstream update, Removed libsm depends
Modified:
gifsicle/trunk/ChangeLog
gifsicle/trunk/PKGBUILD
-----------+
ChangeLog | 6 ++++++
PKGBUILD | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2010-03-13 03:00:28 UTC (rev 72162)
+++ ChangeLog 2010-03-13 05:22:18 UTC (rev 72163)
@@ -1,3 +1,9 @@
+2010-03-12 Eric Belanger <eric at archlinux.org>
+
+ * gifsicle 1.59-1
+ * Upstream update
+ * Removed libsm depends
+
2009-08-01 Eric Belanger <eric at archlinux.org>
* gifsicle 1.55-1
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-13 03:00:28 UTC (rev 72162)
+++ PKGBUILD 2010-03-13 05:22:18 UTC (rev 72163)
@@ -3,16 +3,16 @@
# Contributor: Frank Peters <frank.peters at comcast.net>
pkgname=gifsicle
-pkgver=1.55
+pkgver=1.59
pkgrel=1
pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
arch=('i686' 'x86_64')
url="http://www.lcdf.org/gifsicle/"
license=('GPL')
-depends=('libsm' 'libx11')
+depends=('libx11')
source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('366e63ac0aa4696397cb46a1384fd65a')
-sha1sums=('74e6c25592d95f19ab36012b5a72ff149b53055c')
+md5sums=('e6d21543a37e46e5da181dacf0bf0645')
+sha1sums=('75b813c2bb793ec5c28678b691914cfa35fd13cb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list