summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-12-29 07:10:10 +0100
committerMichal Wojdyla2021-12-29 07:10:10 +0100
commit76ba73961e4da262d9d012ce6dc3c881d0a208a9 (patch)
treec11d39d4a2b1867f3512c2e63177d4bfc93bf9bb
parent541b50d8112bc22726d02459d509d3c87db683b0 (diff)
downloadaur-fdroidserver-git.tar.gz
git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1ec080b7a5..a9f5c7519518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = fdroidserver-git
url = https://gitlab.com/fdroid/fdroidserver
arch = any
license = GPL3
+ makedepends = git
makedepends = python-setuptools
makedepends = python-babel
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 037ac4d11818..83d9ad358078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="F-Droid repository management tools"
url="https://gitlab.com/fdroid/$_pkgname"
license=('GPL3')
depends=('python' 'python-pyasn1' 'python-pyasn1-modules' 'python-magic' 'python-requests' 'python-yaml' 'python-ruamel-yaml' 'java-environment' 'python-pillow' 'python-vagrant' 'python-gitpython' 'python-androguard' 'python-paramiko' 'python-qrcode')
-makedepends=('python-setuptools' 'python-babel')
+makedepends=('git' 'python-setuptools' 'python-babel')
optdepends=(
'android-sdk: Build apps from source'
'android-sdk-build-tools: Work with apks in the repository'