summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2018-11-27 20:58:01 -0500
committerAndrew O'Neill2018-11-27 20:58:01 -0500
commit8a7a7bc2ba9a4a3a06f81888de8846899142db6f (patch)
tree5f61faebdc9f47002c4fa60e16fc981c72e2bc21
parentfdf6c8ec7b8aaa132893bbddc217edaed87aab7a (diff)
downloadaur-8a7a7bc2ba9a4a3a06f81888de8846899142db6f.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef7402199d08..0bfc6dff94b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.41.0
+ pkgver = 1.41.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.41.0.tar.gz
- sha256sums = b54b71e46f96ff2604ba8e3b33f95c067e6921cbb212b603365e6483d05574f1
+ source = https://github.com/mothur/mothur/archive/v.1.41.1.tar.gz
+ sha256sums = 09185acb00b424d079ecb7f0d1862d214539654dec116417aa2740f68f17b80f
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 8ddabc5c85d9..11a40cd77b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.41.0
+pkgver=1.41.1
pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
@@ -11,17 +11,17 @@ license=('GPL3')
depends=('boost-libs')
makedepends=('boost' 'hdf5')
options=('!buildflags')
-source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b54b71e46f96ff2604ba8e3b33f95c067e6921cbb212b603365e6483d05574f1')
+source=("https://github.com/${pkgname}/${pkgname}/archive/v.${pkgver}.tar.gz")
+sha256sums=('09185acb00b424d079ecb7f0d1862d214539654dec116417aa2740f68f17b80f')
build() {
- cd "${pkgname}-${pkgver}"
+ cd "${pkgname}-v.${pkgver}"
make
}
package() {
- cd "${pkgname}-${pkgver}"
+ cd "${pkgname}-v.${pkgver}"
install -Dm755 mothur "${pkgdir}/usr/bin/mothur"
install -Dm755 uchime "${pkgdir}/usr/bin/uchime"