summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2018-11-14 13:15:03 -0500
committerAndrew O'Neill2018-11-14 13:15:03 -0500
commitfdf6c8ec7b8aaa132893bbddc217edaed87aab7a (patch)
tree6ec6d19b2bc0acb411d92648304469bef83130ba
parenta31cb1bd1ebd76a55566dc98302bd8acc1698fdc (diff)
downloadaur-fdf6c8ec7b8aaa132893bbddc217edaed87aab7a.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9743a8fd86f3..ef7402199d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.40.5
+ pkgver = 1.41.0
pkgrel = 1
url = https://www.mothur.org/
arch = x86_64
license = GPL3
makedepends = boost
+ makedepends = hdf5
depends = boost-libs
- source = https://github.com/mothur/mothur/archive/v1.40.5.tar.gz
- sha256sums = a0fbdfa68b966d7adc4560e3787506a0dad8b47b4b996c2663cd6c0b416d101a
+ options = !buildflags
+ source = https://github.com/mothur/mothur/archive/v1.41.0.tar.gz
+ sha256sums = b54b71e46f96ff2604ba8e3b33f95c067e6921cbb212b603365e6483d05574f1
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 680f75ec3894..8ddabc5c85d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,24 +2,17 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.40.5
+pkgver=1.41.0
pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
url='https://www.mothur.org/'
license=('GPL3')
depends=('boost-libs')
-makedepends=('boost')
+makedepends=('boost' 'hdf5')
+options=('!buildflags')
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('a0fbdfa68b966d7adc4560e3787506a0dad8b47b4b996c2663cd6c0b416d101a')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
-
- sed -e 's|BOOST_LIBRARY_DIR="\\"Enter_your_boost_library_path_here\\""|BOOST_LIBRARY_DIR = /usr/lib|' \
- -e 's|BOOST_INCLUDE_DIR="\\"Enter_your_boost_include_path_here\\""|BOOST_INCLUDE_DIR = /usr/include|' \
- -i Makefile
-}
+sha256sums=('b54b71e46f96ff2604ba8e3b33f95c067e6921cbb212b603365e6483d05574f1')
build() {
cd "${pkgname}-${pkgver}"