summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelics2018-12-06 13:22:28 +0100
committerfelics2018-12-06 13:22:28 +0100
commitb9b45577434f5ccad87aab1bb1d21562d188c34f (patch)
tree0a194f7851aa19e1a18e57e5b751c8f1126678ab /PKGBUILD
parent5a17943a24ab245169bf243c8e54365f0873f73a (diff)
downloadaur-b9b45577434f5ccad87aab1bb1d21562d188c34f.tar.gz
Corrected provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d30bd4a6667..de2eec5e7460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=python2-antlr3-3.0.1
pkgname="${_pkgname}"
pkgdesc='ANTLR3 runtime for Python, version 3.0.1'
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://www.antlr3.org/"
license=('BSD')
@@ -12,7 +12,7 @@ depends=(
'antlr3'
'python2'
)
-provides=("python-antlr3=${pkgver}")
+provides=("python2-antlr3=${pkgver}")
conflicts=("python2-antlr3")
source=(
"https://www.antlr3.org/download/Python/antlr_python_runtime-${pkgver}.tar.gz"