summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-10-22 13:16:59 -0400
committerAndrew O'Neill2019-10-22 13:16:59 -0400
commitb5eb016d15876fb4cee989a309fa79c0dde1ed98 (patch)
treeab652809290f7a556a8bfbdfb4542f560a534513
parentfdba187a18e38f60cd9316ff4c5d1bc5519a2def (diff)
downloadaur-b5eb016d15876fb4cee989a309fa79c0dde1ed98.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 bd60f900f464..d270ba4e976e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.42.3
+ pkgver = 1.43.0
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/v.1.42.3.tar.gz
- sha256sums = c723c5204ccefe4b598b9d7dee12a8193154849808e77d896ce3ca5265e9c352
+ source = https://github.com/mothur/mothur/archive/v.1.43.0.tar.gz
+ sha256sums = e2b90a9d0ddcc521a9252f9a5d82d1613688de42bbec74bfa4c94dc6d2525530
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index a1bc7569d244..b2c3fa4a4e80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.42.3
+pkgver=1.43.0
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=('c723c5204ccefe4b598b9d7dee12a8193154849808e77d896ce3ca5265e9c352')
+sha256sums=('e2b90a9d0ddcc521a9252f9a5d82d1613688de42bbec74bfa4c94dc6d2525530')
build() {
cd "${pkgname}-v.${pkgver}"