aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAntoine Fontaine <antoine.fontaine@epfl.ch>2020-05-12 10:26:15 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-12 08:46:29 +0000
commita0b5520fba9984cd00b468af0e32fee8966734e3 (patch)
tree72673736807278bd013df5e9b8adf936a2891070 /testing
parentde7b0d18878defaf8a7ff8a5e8705d20719631bc (diff)
downloadaports-a0b5520fba9984cd00b468af0e32fee8966734e3.tar.bz2
aports-a0b5520fba9984cd00b468af0e32fee8966734e3.tar.xz
testing/pmbootstrap: add missing git dependency
Diffstat (limited to 'testing')
-rw-r--r--testing/pmbootstrap/APKBUILD4
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"