summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa773f96be7c..a788c5d72330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mackup
arch = any
license = GPL3
makedepends = python2
+ makedepends = python2-docopt
depends = python2
source = https://github.com/lra/mackup/archive/0.8.5.tar.gz
sha256sums = ef1f64ca1df99240662622899d7216e9507e818e17f32a4d8143ff0da2e789b0
diff --git a/PKGBUILD b/PKGBUILD
index a81d9458c810..cb11f417eb5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ url="https://github.com/lra/mackup"
license=('GPL3')
depends=('python2')
-makedepends=('python2')
+makedepends=(
+ 'python2'
+ 'python2-docopt')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")