summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2016-05-29 19:52:20 +0200
committerChristian Krause2016-05-29 19:52:20 +0200
commitc93cc92b072a6aa9c9a00c02600439426df3e258 (patch)
tree95741846f8c4a9f0c115e5d99d28d44c99785f92
parent8c9de051609cde9ea4519900e55ecdbbf0113852 (diff)
downloadaur-c93cc92b072a6aa9c9a00c02600439426df3e258.tar.gz
phyml-beagle-3.2.0-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 18 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2044cca6eda..63f9857da152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
+# Generated by mksrcinfo v8
+# Sun May 29 17:51:35 UTC 2016
pkgbase = phyml-beagle
pkgdesc = Phylogenetic estimation using (Maximum) Likelihood
- pkgver = 20141029
+ pkgver = 3.2.0
pkgrel = 1
+ epoch = 1
url = https://github.com/stephaneguindon/phyml/
arch = i686
arch = x86_64
license = GPL2
depends = beagle-lib
- source = https://github.com/stephaneguindon/phyml-downloads/releases/download/development/phyml-20141029.tar.gz
- md5sums = 7d144bb5634f003a916297acc0fb4867
+ source = phyml-3.2.0.tar.gz::https://github.com/stephaneguindon/phyml/archive/v3.2.0.tar.gz
+ md5sums = 4771c025431ed33ec7a3ba980df3b546
pkgname = phyml-beagle
diff --git a/PKGBUILD b/PKGBUILD
index 46e2e04c3bc1..b308293c841c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,24 @@
# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
pkgname=phyml-beagle
-pkgver=20141029
+pkgver=3.2.0
pkgrel=1
+epoch=1
pkgdesc="Phylogenetic estimation using (Maximum) Likelihood"
arch=('i686' 'x86_64')
url="https://github.com/stephaneguindon/phyml/"
license=('GPL2')
depends=('beagle-lib')
-source=("https://github.com/stephaneguindon/phyml-downloads/releases/download/development/phyml-$pkgver.tar.gz")
-md5sums=('7d144bb5634f003a916297acc0fb4867')
+source=("phyml-$pkgver.tar.gz::https://github.com/stephaneguindon/phyml/archive/v$pkgver.tar.gz")
+md5sums=('4771c025431ed33ec7a3ba980df3b546')
+
+prepare() {
+ cd $srcdir/phyml-$pkgver
+
+ chmod +x autogen.sh
+
+ ./autogen.sh
+}
build() {
cd $srcdir/phyml-$pkgver