summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-05-12 22:44:45 -0400
committerAndrew O'Neill2021-05-12 22:44:45 -0400
commit2cc7191667f5c5339231717700e1ecaf53f66c77 (patch)
treeb846c1787a90bc74ffec6df3f6c4b7063ae7db77
parentb54e5bdb099a2232a1984abe696d57137f4c56fd (diff)
downloadaur-2cc7191667f5c5339231717700e1ecaf53f66c77.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6f0bf778417..54aa9e4ece16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.45.2
+ pkgver = 1.45.3
pkgrel = 1
url = https://www.mothur.org/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = mothur
makedepends = boost
makedepends = hdf5
depends = boost-libs
- source = mothur-1.45.2.tar.gz::https://github.com/mothur/mothur/archive/v1.45.2.tar.gz
- sha256sums = 73fddddfeea140537b8b037da971964091b2149177e376d98d19ba8a2183e471
+ source = mothur-1.45.3.tar.gz::https://github.com/mothur/mothur/archive/v1.45.3.tar.gz
+ sha256sums = 865317569260ab7fa8fde2cbe00bcc05e6402dcd97267615d863ede145f381e8
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 02d4849f1718..b39e1d990473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.45.2
+pkgver=1.45.3
pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
@@ -11,14 +11,15 @@ license=('GPL3')
depends=('boost-libs')
makedepends=('boost' 'hdf5')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('73fddddfeea140537b8b037da971964091b2149177e376d98d19ba8a2183e471')
+sha256sums=('865317569260ab7fa8fde2cbe00bcc05e6402dcd97267615d863ede145f381e8')
prepare() {
cd "${pkgname}-${pkgver}"
sed -i '87d' source/mothur.h
sed -i 's/skipUchime),/skipUchime), source\/,/g' Makefile
- rm splitkmerdist.cpp splitkmerdist.hpp
+ sed -i 's/1.45.2/1.45.3/g' Makefile Makefile_cluster
+# rm splitkmerdist.cpp splitkmerdist.hpp
}
build() {