summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2018-08-08 00:32:28 +0800
committerDario Giovannetti2018-08-08 00:32:28 +0800
commitc3c006fc41c9e7e06411c194d3ad7f18911b6a0c (patch)
tree01e9dd7d3136af6d4a2626776b93415ad8d8037a /PKGBUILD
parent6b4beff0b94bd87044e7b0d8538bad61be24c024 (diff)
downloadaur-repocheck-git.tar.gz
Add makedepends
Reported in https://aur.archlinux.org/packages/repocheck-git/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aad22c3da87..13dc34a29ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_projname=repocheck
_authname=kynikos
pkgname=${_projname}-git
-pkgver=11.ee48d0e
+pkgver=20.ac92bd4
pkgrel=1
pkgdesc='Check the status of code repositories under a root directory'
arch=('any')
url="https://github.com/${_authname}/${_projname}"
license=('GPL3')
depends=('python')
+makedepends=('git' 'python-setuptools')
source=("git://github.com/${_authname}/${_projname}.git")
md5sums=('SKIP')