summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b47fef442cb5..3f2d761253f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
pkgname=beast2
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
pkgdesc='Bayesian Evolutionary Analysis by Sampling Trees'
arch=(any)
url="http://www.beast2.org/"
@@ -10,7 +10,7 @@ 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')
+md5sums=('f6d7ff11d5cd90ad5000f24a820eda4d')
package() {
cd $srcdir