summaryrefslogtreecommitdiff
path: root/libre/apache-ant
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 21:54:57 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 21:54:57 -0300
commit7c277a3e0333c9dcb2bfc56e418d810473f7e802 (patch)
treea0185a497c5ec1e37247a33323d57db464783c52 /libre/apache-ant
parent31c5425a7d3592ed4629e73a16ae0d453adfce72 (diff)
apache-ant: fixing pkg
Diffstat (limited to 'libre/apache-ant')
-rw-r--r--libre/apache-ant/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/apache-ant/PKGBUILD b/libre/apache-ant/PKGBUILD
index 7601f526a..4fba0fcb2 100644
--- a/libre/apache-ant/PKGBUILD
+++ b/libre/apache-ant/PKGBUILD
@@ -8,11 +8,10 @@ pkgdesc="A Java-based build tool"
license=('Apache' 'custom:BSD3')
url="http://ant.apache.org/"
-provides=("apache-ant-libre=$pkgver")
-replaces=("apache-ant-libre")
-conflicts=("apache-ant-libre")
+replaces=("$pkgname-libre")
+conflicts=("$pkgname-libre")
-pkgrel=1
+pkgrel=1.parabola1
arch=('any')
depends=('java-environment')
makedepends=('jh')