summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-04-24 22:26:08 -0400
committerAndrew O'Neill2021-04-24 22:26:08 -0400
commitb54e5bdb099a2232a1984abe696d57137f4c56fd (patch)
tree2c8bee60bda6dc1c61c2cb7d5d68f8ba89e4ec16
parent9fd04a43ac05b14d9fca2c4071ed92e27cf5d645 (diff)
downloadaur-b54e5bdb099a2232a1984abe696d57137f4c56fd.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1414bd493b..c6f0bf778417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.45.1
+ pkgver = 1.45.2
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.1.tar.gz::https://github.com/mothur/mothur/archive/v1.45.1.tar.gz
- sha256sums = 5e568f03cabb35adc53b053ee62ef8c4b3198b33bf6933144b9568aba38af6ff
+ source = mothur-1.45.2.tar.gz::https://github.com/mothur/mothur/archive/v1.45.2.tar.gz
+ sha256sums = 73fddddfeea140537b8b037da971964091b2149177e376d98d19ba8a2183e471
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 7976da2e5f15..02d4849f1718 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.45.1
+pkgver=1.45.2
pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
@@ -11,13 +11,14 @@ license=('GPL3')
depends=('boost-libs')
makedepends=('boost' 'hdf5')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5e568f03cabb35adc53b053ee62ef8c4b3198b33bf6933144b9568aba38af6ff')
+sha256sums=('73fddddfeea140537b8b037da971964091b2149177e376d98d19ba8a2183e471')
prepare() {
cd "${pkgname}-${pkgver}"
sed -i '87d' source/mothur.h
sed -i 's/skipUchime),/skipUchime), source\/,/g' Makefile
+ rm splitkmerdist.cpp splitkmerdist.hpp
}
build() {