aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-23 22:51:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-24 09:28:26 -0300
commitbcb9f4b58aa30b4f3f116f00f08a2b50361cc837 (patch)
tree8cea9ffe42ea3aa59253c307c5d68893bbbb3688
parent4324d35c335ce77fe8b3f1d862354b755d7c5f4e (diff)
community/gifsicle: upgrade to 1.92
-rw-r--r--community/gifsicle/APKBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/community/gifsicle/APKBUILD b/community/gifsicle/APKBUILD
index 806d42f8af0..d72c839480d 100644
--- a/community/gifsicle/APKBUILD
+++ b/community/gifsicle/APKBUILD
@@ -1,21 +1,18 @@
# Contributor: Isaac Dunham <ibid.ag@gmail.com>
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=gifsicle
-pkgver=1.91
-pkgrel=1
+pkgver=1.92
+pkgrel=0
pkgdesc="Command-line tool for making, editing and getting information about GIF animations"
url="http://www.lcdf.org/gifsicle/"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-only"
makedepends="libx11-dev libice-dev libsm-dev"
checkdepends="perl"
subpackages="$pkgname-doc"
source="http://www.lcdf.org/gifsicle/gifsicle-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,13 +25,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="49b89e6f99bffd0dd732c920b936c2430a2f4f595d46e41654e5f39f180acaf9b0a4aec6cf52597c470d7c60265f16b730f6ce82e08701a2054fc3d08754c6da gifsicle-1.91.tar.gz"
+sha512sums="5d9539eb5a6a8b87aed49ff3ca3d62e337845edbd05459b002369d571f74878c99740c34f50b4c86e5b8787ff189d4c21230e4f9019cd96a09db603afd7563dc gifsicle-1.92.tar.gz"