summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2016-09-05 18:59:03 +0200
committerJoost Bremmer2016-09-05 18:59:03 +0200
commit47e936ddddae6e9d319615ce6f859078cc3fefc2 (patch)
tree85d1a973a454201119c8f681d9c0fe9247446efa
parentcffedd5badfd3dc9aa3182a81a3246b3a5dbd768 (diff)
downloadaur-47e936ddddae6e9d319615ce6f859078cc3fefc2.tar.gz
update pkg: mackup 0.8.14-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34192068938..97800f4b479a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,9 @@ pkgbase = mackup
url = https://github.com/lra/mackup
arch = any
license = GPL3
- makedepends = python2
- makedepends = python2-docopt
- makedepends = python2-setuptools
+ makedepends = python
+ makedepends = python-docopt
+ makedepends = python-setuptools
depends = python
source = https://github.com/lra/mackup/archive/0.8.14.tar.gz
sha256sums = d8b7c2f2d1650b132ca31035e625ee436a7b4ff9a9948119cf3f370fc3b17d22
diff --git a/PKGBUILD b/PKGBUILD
index 49b67fd71225..8ebb9c73a03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ license=('GPL3')
depends=('python')
makedepends=(
- 'python2'
- 'python2-docopt'
- 'python2-setuptools')
+ 'python'
+ 'python-docopt'
+ 'python-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")