aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ginger/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ginger/APKBUILD')
-rw-r--r--testing/ginger/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ginger/APKBUILD b/testing/ginger/APKBUILD
index f91f2b4ee36..f44183745e6 100644
--- a/testing/ginger/APKBUILD
+++ b/testing/ginger/APKBUILD
@@ -2,16 +2,16 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ginger
pkgver=2.4.0
-pkgrel=3
+pkgrel=7
pkgdesc="WoK plugin for host management"
url="https://kimchi-project.github.io/ginger"
-arch="noarch !mips64 !s390x !riscv64" # blocked by wok
+arch="noarch !s390x !riscv64" # blocked by wok
license="Apache LGPL-2.1"
depends="py3-configobj py3-pyparted wok"
makedepends="automake autoconf libtool
python3-dev gettext-dev py3-pyflakes libxslt"
options="!check" # depends on unit2
-subpackages="$pkgname-lang"
+subpackages="$pkgname-lang $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/ginger/archive/$pkgver.tar.gz"
prepare() {