summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-05-16 19:47:28 -0400
committerAndrew O'Neill2019-05-16 19:47:28 -0400
commit7832760188bc7fa0b042dce507272d19989a79e4 (patch)
tree7353985642bd530ac8d44f81d0e10e963ca39b03
parent72a7f3d90b29ee5bce24ed8c9952ae0846aa524f (diff)
downloadaur-7832760188bc7fa0b042dce507272d19989a79e4.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93825b5c1fe0..bcd52567e624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.42.0
+ pkgver = 1.42.1
pkgrel = 1
url = https://www.mothur.org/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = mothur
makedepends = hdf5
depends = boost-libs
options = !buildflags
- source = https://github.com/mothur/mothur/archive/v1.42.0.tar.gz
- sha256sums = d56d3ff63b37d209038c5e2c2c26cd68a342bb3fb646d33f5705ecb27c471c01
+ source = https://github.com/mothur/mothur/archive/v1.42.1.tar.gz
+ sha256sums = 6b61591dda289ac2d8361f9c1547ffbeeba3b9fbdff877dd286bad850bbd5539
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 61e323716576..36637b03d3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.42.0
+pkgver=1.42.1
pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('boost-libs')
makedepends=('boost' 'hdf5')
options=('!buildflags')
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d56d3ff63b37d209038c5e2c2c26cd68a342bb3fb646d33f5705ecb27c471c01')
+sha256sums=('6b61591dda289ac2d8361f9c1547ffbeeba3b9fbdff877dd286bad850bbd5539')
build() {
cd "${pkgname}-${pkgver}"