summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 146bb2ef0e63..0198fbf670fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ arch=('any')
url='http://tree.bio.ed.ac.uk/software/figtree'
license=('GPL2') # as stated in http://code.google.com/p/figtree/
depends=('java-environment')
+conflicts=('figtree')
+provides=('figtree')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/rambaut/$_pkgname/releases/download/v$pkgver/FigTree_v$pkgver.tgz"
"fix_jar_path.patch"
"${_pkgname}.desktop")