summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e48f30833f..9743a8fd86f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.40.4
+ pkgver = 1.40.5
pkgrel = 1
url = https://www.mothur.org/
arch = x86_64
license = GPL3
makedepends = boost
depends = boost-libs
- source = https://github.com/mothur/mothur/archive/v1.40.4.tar.gz
- sha256sums = cb3321b1c7e36e79a318a52671d20d5ea5891d1de1125371b8f325cdf6d6d10c
+ source = https://github.com/mothur/mothur/archive/v1.40.5.tar.gz
+ sha256sums = a0fbdfa68b966d7adc4560e3787506a0dad8b47b4b996c2663cd6c0b416d101a
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 9539bdba5c03..680f75ec3894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.40.4
+pkgver=1.40.5
pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('boost-libs')
makedepends=('boost')
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('cb3321b1c7e36e79a318a52671d20d5ea5891d1de1125371b8f325cdf6d6d10c')
+sha256sums=('a0fbdfa68b966d7adc4560e3787506a0dad8b47b4b996c2663cd6c0b416d101a')
prepare() {
cd "${pkgname}-${pkgver}"