summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Whited2019-01-31 14:09:38 -0600
committerSam Whited2019-01-31 14:09:38 -0600
commitfaaabdca0b8839b96be20a0b24bca69a51f7f583 (patch)
treef588d9040544f4b7db5c4d1fd6b1ae049bfb34ea
parent27114024a6b73cd64420b16ef244bd7b1ce4e25c (diff)
downloadaur-faaabdca0b8839b96be20a0b24bca69a51f7f583.tar.gz
Use the right version of Python in makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5656abc49bb8..b3f6c5df2f46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = anita
pkgdesc = A tool for automating NetBSD installs and building VM images.
pkgver = 1.47
- pkgrel = 1
+ pkgrel = 2
url = http://www.gson.org/netbsd/anita/
arch = any
license = custom
- makedepends = python-setuptools
+ makedepends = python2-setuptools
depends = python2-pexpect
source = http://www.gson.org/netbsd/anita/download/anita-1.47.tar.gz
sha256sums = c5b33fd99c54caa0f16472700333b0f75674f083e02474af6694b6741efc34b7
diff --git a/PKGBUILD b/PKGBUILD
index 88dc9a699650..c71238c07b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=anita
pkgver=1.47
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for automating NetBSD installs and building VM images.'
arch=('any')
url='http://www.gson.org/netbsd/anita/'
license=('custom')
depends=('python2-pexpect')
-makedepends=('python-setuptools')
+makedepends=('python2-setuptools')
source=("http://www.gson.org/netbsd/anita/download/anita-1.47.tar.gz")
sha256sums=('c5b33fd99c54caa0f16472700333b0f75674f083e02474af6694b6741efc34b7')