From 1c9cd6dc362de14d1548ced04f6be05aefd599a2 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 9 Aug 2018 20:45:10 +0200 Subject: Add missing dependencies --- .SRCINFO | 3 +++ PKGBUILD | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 359e951..210c912 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,6 +6,9 @@ pkgbase = grokmirror arch = any license = GPL3 depends = python-setuptools + depends = python-anyjson + depends = python-gitpython + depends = python-enlighten source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.1.0.tar.gz source = https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-1.1.0.tar.asc validpgpkeys = DE0E66E32F1FDD0902666B96E63EDCA9329DD07E diff --git a/PKGBUILD b/PKGBUILD index 250ea86..0a79b20 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,8 @@ pkgdesc='Framework to smartly mirror git repositories' url='https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git' arch=('any') license=('GPL3') -depends=('python-setuptools') +depends=('python-setuptools' 'python-anyjson' 'python-gitpython' + 'python-enlighten') source=(https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/snapshot/grokmirror-${pkgver}.tar.{gz,asc}) validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E') # Konstantin Ryabitsev sha256sums=('SKIP' -- cgit v1.2.3-70-g09d2