summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFinn Steglich2016-11-14 10:46:38 +0100
committerFinn Steglich2016-11-14 10:46:38 +0100
commit2d801de6ad4986fe201a27725e2bb537ce8ed482 (patch)
tree84396d08c4ad461d0c54c146b5625289fab014e8 /PKGBUILD
parentebae1140391b97d3d53b676a20f38926fc4ee86a (diff)
downloadaur-2d801de6ad4986fe201a27725e2bb537ce8ed482.tar.gz
should be python2-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b1bba044094..4a5ab1f399e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ekse <ekse.0x@gmail.com>
pkgname=halberd
pkgver=0.2.4
-pkgrel=4
+pkgrel=5
pkgdesc="Tool to discover HTTP load balancers"
url='https://github.com/jmbr/halberd'
license=("GPL")
@@ -10,7 +10,7 @@ depends=('python2')
arch=('i686' 'x86_64')
provides=('halberd')
conflicts=('halberd-git')
-makedepends=('python-setuptools')
+makedepends=('python2-setuptools')
source=("https://github.com/jmbr/halberd/archive/${pkgver}.tar.gz")
sha512sums=('133eb683f46a078b45023198746c583ae96cd54b75eedbc46a3d49675307927a7d9f05383e312b589fa5efe79e68c75fcd1d31649df2852ca27cc5d30c307672')