summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-06-19 19:14:11 -0400
committerAndrew O'Neill2019-06-19 19:14:11 -0400
commit0c7cc54e86677d38af742fd6aedb93e4cede56c0 (patch)
tree23d52415d651812672a7470bc9079ed06756ec0b
parent7832760188bc7fa0b042dce507272d19989a79e4 (diff)
downloadaur-0c7cc54e86677d38af742fd6aedb93e4cede56c0.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 bcd52567e624..302b9c96a536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mothur
pkgdesc = A bioinformatics program for analyzing microbial communities.
- pkgver = 1.42.1
+ pkgver = 1.42.2
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.1.tar.gz
- sha256sums = 6b61591dda289ac2d8361f9c1547ffbeeba3b9fbdff877dd286bad850bbd5539
+ source = https://github.com/mothur/mothur/archive/v.1.42.2.tar.gz
+ sha256sums = 16088a9e98887165cff919bd79417a95bf962b19ea12bd741e42032fe8da6b03
pkgname = mothur
diff --git a/PKGBUILD b/PKGBUILD
index 36637b03d3c9..b1a066d84d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=mothur
-pkgver=1.42.1
+pkgver=1.42.2
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=('6b61591dda289ac2d8361f9c1547ffbeeba3b9fbdff877dd286bad850bbd5539')
+source=("https://github.com/${pkgname}/${pkgname}/archive/v.${pkgver}.tar.gz")
+sha256sums=('16088a9e98887165cff919bd79417a95bf962b19ea12bd741e42032fe8da6b03')
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"