summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2015-07-12 17:46:57 +0200
committerJoost Bremmer2015-07-12 17:46:57 +0200
commit3f5c59a4ff832e511c967f2a85904b979f66c651 (patch)
treea56542363e554f1d816288e9218c96f5552361c7
parent85961d8f952688ee2555341d51d04cfd5b373af6 (diff)
downloadaur-3f5c59a4ff832e511c967f2a85904b979f66c651.tar.gz
update: mackup 0.8.6-1
upstream release
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b994f34f04af..e083fafc8eda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = mackup
license = GPL3
makedepends = python2
makedepends = python2-docopt
+ makedepends = python2-setuptools
depends = python2
source = https://github.com/lra/mackup/archive/0.8.6.tar.gz
sha256sums = 2319e7a806337128e55f1dc531870f166f54c89531fb5f0fece4265f45c2a60c
diff --git a/PKGBUILD b/PKGBUILD
index 0de1bf10a193..8dc326ebe239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ depends=('python2')
makedepends=(
'python2'
- 'python2-docopt')
+ 'python2-docopt'
+ 'python2-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")