diff options
-rw-r--r-- | testing/pmbootstrap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pmbootstrap/APKBUILD b/testing/pmbootstrap/APKBUILD index f1e4c08932..7076e75e9e 100644 --- a/testing/pmbootstrap/APKBUILD +++ b/testing/pmbootstrap/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Oliver Smith <ollieparanoid@postmarketos.org> pkgname=pmbootstrap pkgver=1.19.0 -pkgrel=0 +pkgrel=1 pkgdesc="Sophisticated chroot/build/flash tool to develop and install postmarketOS" url="https://gitlab.com/postmarketOS/pmbootstrap" arch="noarch" license="GPL-3.0-or-later" -depends="python3 coreutils procps openssl py3-setuptools" +depends="python3 coreutils procps openssl py3-setuptools git" checkdepends="pytest" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketos/pmbootstrap/-/archive/$pkgver/pmbootstrap-$pkgver.tar.gz modules-load.conf" |