aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ginger
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-04-19 10:04:59 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-04-19 10:06:02 +0000
commitd751ffadd37a4541f2d19e0146b454773416eb3e (patch)
tree48e1cf1b78ff781c270aead4a8d46d12e1bf35d6 /testing/ginger
parent2422317256136ae29a3535af942e41f0b4b25286 (diff)
downloadaports-d751ffadd37a4541f2d19e0146b454773416eb3e.tar.bz2
aports-d751ffadd37a4541f2d19e0146b454773416eb3e.tar.xz
testing/ginger: upgrade to 2.4.0, modernize APKBUILD
Diffstat (limited to 'testing/ginger')
-rw-r--r--testing/ginger/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/ginger/APKBUILD b/testing/ginger/APKBUILD
index 4e11a4e6a7..5534bca93a 100644
--- a/testing/ginger/APKBUILD
+++ b/testing/ginger/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ginger
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=0
pkgdesc="WoK plugin for host management"
url="http://kimchi-project.github.io/ginger"
@@ -9,7 +9,8 @@ arch="noarch"
license="APACHE LGPL2.1"
depends="py2-configobj py2-pyparted wok"
makedepends="automake autoconf libtool
-python2-dev gettext-dev pyflakes libxslt"
+ python2-dev gettext-dev pyflakes libxslt"
+options="!check"
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -22,7 +23,7 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--disable-rpath
- make || return 1
+ make
}
package() {
@@ -30,6 +31,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="55ac0d5a9d4ded1847aab18bda74d4b1 ginger-2.3.1.tar.gz"
-sha256sums="178034a7c55e33ef9c8fabcb9cd7c62e61c1fe8b2059701036214fa17233d24c ginger-2.3.1.tar.gz"
-sha512sums="bdb8f0bdf15705d8313f0ea739fbc92ded6546e374c8824906eb6f96b07e8e38810b03502383f07373f6ffaa8d9d0635aedc8e0e469ea397ebf8af2c84209338 ginger-2.3.1.tar.gz"
+sha512sums="69531dc16fe2b00576936396c8d89ec050ebf2fe26b001205018fd1ab6b545b8b61fc8ce5f6e5cd10063140fe0afb5d5ab8795cb472268b58423c45377821dc6 ginger-2.4.0.tar.gz"