summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaf4c5ede317..4ac8a044c06c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.44.2
+ pkgver = 1.44.3
pkgrel = 1
url = https://www.mothur.org/
arch = x86_64
@@ -8,9 +8,8 @@ pkgbase = mothur
makedepends = boost
makedepends = hdf5
depends = boost-libs
- options = !buildflags
- source = mothur-1.44.2.tar.gz::https://github.com/mothur/mothur/archive/v1.44.2.tar.gz
- sha256sums = a79f55655a9519b357aa764972df8c5f183063ca8e278b46a204f5a2703e3d45
+ source = mothur-1.44.3.tar.gz::https://github.com/mothur/mothur/archive/v1.44.3.tar.gz
+ sha256sums = a9825ccbb7f60b527f63c16e07f9dd45373bdc8ee65c8f2f0b45f8b2113b2e6f
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 0e87bddfa78b..f961cf7c4034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.44.2
+pkgver=1.44.3
pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
@@ -10,14 +10,13 @@ url='https://www.mothur.org/'
license=('GPL3')
depends=('boost-libs')
makedepends=('boost' 'hdf5')
-options=('!buildflags')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('a79f55655a9519b357aa764972df8c5f183063ca8e278b46a204f5a2703e3d45')
+sha256sums=('a9825ccbb7f60b527f63c16e07f9dd45373bdc8ee65c8f2f0b45f8b2113b2e6f')
prepare() {
cd "${pkgname}-${pkgver}"
- sed -i 's/.\/make/make/g' Makefile
+ sed -i '86d' source/mothur.h
}
build() {