summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Whited2019-01-31 14:09:38 -0600
committerSam Whited2019-01-31 14:09:38 -0600
commitfaaabdca0b8839b96be20a0b24bca69a51f7f583 (patch)
treef588d9040544f4b7db5c4d1fd6b1ae049bfb34ea /PKGBUILD
parent27114024a6b73cd64420b16ef244bd7b1ce4e25c (diff)
downloadaur-faaabdca0b8839b96be20a0b24bca69a51f7f583.tar.gz
Use the right version of Python in makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')