summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Langer2017-01-04 09:14:41 +0100
committerDirk Langer2017-01-04 09:14:41 +0100
commitfa90fb11313acc96eed7ebdc790305a27516f5e1 (patch)
treee2d861d43ec1ddaf21bc43c6448b8417f797be38
parent2e49f9280426479084741c77ff0378e466147f57 (diff)
downloadaur-fa90fb11313acc96eed7ebdc790305a27516f5e1.tar.gz
[master] new version as of 2016/12/20
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2efe92d7d853..a59f4a47fa19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bioperl-run-git
pkgdesc = Wrapper modules around many common bioinformatics applications and tools.
- pkgver = 20100604
+ pkgver = 20161220
pkgrel = 1
url = http://www.bioperl.org/wiki/Run_package
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5ce9be5b3ddf..34a95dc7d874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Maintainer: Ordoban <dirk.langer@vvovgonik.de>
pkgname=bioperl-run-git
-pkgver=20100604
+_pkgname=bioperl-run
+pkgver=20161220
pkgrel=1
pkgdesc='Wrapper modules around many common bioinformatics applications and tools.'
arch=('any')
@@ -30,6 +31,10 @@ build() {
perl Build.PL < /dev/null
./Build
+}
+
+package() {
+ cd "$srcdir/${_pkgname}"
./Build install \
--install_base /usr \