diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 21:54:57 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 21:54:57 -0300 |
commit | 7c277a3e0333c9dcb2bfc56e418d810473f7e802 (patch) | |
tree | a0185a497c5ec1e37247a33323d57db464783c52 /libre | |
parent | 31c5425a7d3592ed4629e73a16ae0d453adfce72 (diff) | |
download | abslibre-7c277a3e0333c9dcb2bfc56e418d810473f7e802.tar.gz abslibre-7c277a3e0333c9dcb2bfc56e418d810473f7e802.tar.bz2 abslibre-7c277a3e0333c9dcb2bfc56e418d810473f7e802.zip |
apache-ant: fixing pkg
Diffstat (limited to 'libre')
-rw-r--r-- | libre/apache-ant/PKGBUILD | 7 |
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') |