summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f6de17bd6c4..55263a40929a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname="python2-antlr3-${_pkgver}"
pkgname="${_pkgname}"
pkgdesc="ANTLR3 runtime for Python, version ${_pkgver}"
pkgver="${_pkgver}"
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://www.antlr3.org/"
license=('BSD')
@@ -13,6 +13,9 @@ depends=(
'antlr3'
'python2'
)
+makedepends=(
+ 'python2-setuptools'
+)
provides=("python2-antlr3=${pkgver}")
conflicts=("python2-antlr3")
source=(