aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gingerbase/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gingerbase/APKBUILD')
-rw-r--r--testing/gingerbase/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gingerbase/APKBUILD b/testing/gingerbase/APKBUILD
index 35edf51c551..7252fb20d73 100644
--- a/testing/gingerbase/APKBUILD
+++ b/testing/gingerbase/APKBUILD
@@ -2,16 +2,16 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gingerbase
pkgver=2.3.0
-pkgrel=3
+pkgrel=7
pkgdesc="Gingerbase: basic host management for WoK"
url="https://kimchi-project.github.io/gingerbase/"
-arch="noarch !mips !mips64 !s390x !riscv64" # blocked by wok
+arch="noarch !s390x !riscv64" # blocked by wok
license="AGPL-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/gingerbase/archive/$pkgver.tar.gz"
prepare() {