Date: Sunday, April 21, 2019 @ 11:55:51 Author: arojas Revision: 351847
Update to 1.92 Modified: gifsicle/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-21 07:24:35 UTC (rev 351846) +++ PKGBUILD 2019-04-21 11:55:51 UTC (rev 351847) @@ -1,7 +1,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=gifsicle -pkgver=1.91 +pkgver=1.92 pkgrel=1 pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations" arch=('x86_64') @@ -9,7 +9,7 @@ license=('GPL') depends=('libx11') source=(https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('3436caa159789334423f224426926259cae4c216') +sha1sums=('c2dfca098ce67f22bca5e555cda9b54e8b95c816') build() { cd ${pkgname}-${pkgver}
