aboutsummaryrefslogtreecommitdiffstats
path: root/community/gimp
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-01-09 04:00:33 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-11 13:59:10 +0000
commit61b6c3c4fd361f696585767792f0559c648f79b8 (patch)
treecbe138a0cbfc8c437a7466f7b0de5a5f6a3e1728 /community/gimp
parentd98160bfe9f9ac36fa3b7de181e36ee5fb1be660 (diff)
downloadaports-61b6c3c4fd361f696585767792f0559c648f79b8.tar.bz2
aports-61b6c3c4fd361f696585767792f0559c648f79b8.tar.xz
community/gimp: upgrade to 2.10.8
Diffstat (limited to 'community/gimp')
-rw-r--r--community/gimp/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/gimp/APKBUILD b/community/gimp/APKBUILD
index 557190cfae..9efaaf2465 100644
--- a/community/gimp/APKBUILD
+++ b/community/gimp/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gimp
-pkgver=2.10.6
+pkgver=2.10.8
pkgrel=0
pkgdesc="GNU Image Manipulation Program"
url="https://www.gimp.org/"
@@ -41,6 +41,11 @@ build() {
make
}
+check() {
+ cd "$builddir"
+ make check
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
@@ -52,4 +57,4 @@ dev() {
mv "$pkgdir"/usr/bin/gimptool* "$subpkgdir"/usr/bin
}
-sha512sums="1330ec756ec5f57243435e66aeb5f6214a9783e26763be6679714010a631e47dbb8b5f610195587af29261d2183332a4a4c6202acafc3f2837ae7a6b7f9a30c2 gimp-2.10.6.tar.bz2"
+sha512sums="b458dd710b786152f95a8e48a0727b71cac549fccb31ac9e1e6ac3c617652079773ce7076401f8ade750ed38bdc78dfdec3317423f4c4e9c931f78002bd7454e gimp-2.10.8.tar.bz2"