diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-06 12:04:05 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-06 12:04:05 -0200 |
commit | 85bc97b049236e60ce5a592759b8df1ec5e190be (patch) | |
tree | bd3b69c2895017e25a0ac0be4c52634fc275c317 /libre/apache-ant | |
parent | 13532b276fa487a250aaeaebe70502082338d378 (diff) |
apache-ant: updating revision from Arch
* add apache-ant-doc to replaces and conflicts arrays
Diffstat (limited to 'libre/apache-ant')
-rw-r--r-- | libre/apache-ant/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/apache-ant/PKGBUILD b/libre/apache-ant/PKGBUILD index d220586f8..9cecc3650 100644 --- a/libre/apache-ant/PKGBUILD +++ b/libre/apache-ant/PKGBUILD @@ -8,10 +8,10 @@ pkgdesc="A Java-based build tool" license=('Apache' 'custom:BSD3') url="http://ant.apache.org/" -replaces=("$pkgname-libre") -conflicts=("$pkgname-libre") +replaces=("$pkgname-libre" "$pkgname-doc") +conflicts=("$pkgname-libre" "$pkgname-doc") -pkgrel=2.parabola1 +pkgrel=3.parabola1 arch=('any') depends=('java-environment') makedepends=('jh') |