summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2016-11-07 13:20:35 +0100
committerChristian Krause2016-11-07 13:20:35 +0100
commitbdc82779782e6b41aaad2b1f8ce02fc74e2fd900 (patch)
tree6db09ef9f89961d0262710862ea4508b1b08e86e
parent0cae82bd112248b835719ea8aaaf34f1cc41fb12 (diff)
downloadaur-bdc82779782e6b41aaad2b1f8ce02fc74e2fd900.tar.gz
adds optional dependency to beagle-lib
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94de378442ae..3f4945085169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Nov 7 09:08:10 UTC 2016
+# Mon Nov 7 12:19:19 UTC 2016
pkgbase = beast2
pkgdesc = Bayesian Evolutionary Analysis by Sampling Trees
pkgver = 2.4.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.beast2.org/
arch = any
license = GPL2
depends = bash
depends = java-runtime>=8
+ optdepends = beagle-lib
source = https://github.com/CompEvol/beast2/releases/download/v2.4.3/BEAST.v2.4.3.Linux.tgz
md5sums = 2184d0d10ce83bf01c1d682fb4aa596e
diff --git a/PKGBUILD b/PKGBUILD
index ba8a0db3243b..b47fef442cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=beast2
pkgver=2.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='Bayesian Evolutionary Analysis by Sampling Trees'
arch=(any)
url="http://www.beast2.org/"
license=('GPL2')
depends=('bash' 'java-runtime>=8')
+optdepends=('beagle-lib')
source=("https://github.com/CompEvol/beast2/releases/download/v$pkgver/BEAST.v$pkgver.Linux.tgz")
md5sums=('2184d0d10ce83bf01c1d682fb4aa596e')