diff options
author | Andrew O'Neill | 2018-05-04 20:02:19 -0400 |
---|---|---|
committer | Andrew O'Neill | 2018-05-04 20:02:19 -0400 |
commit | 97bf5ac31d744c0c1b276af8bc0ab056ae96e7fe (patch) | |
tree | 175c806d9faf8d14a7970cac99970f1591f3e718 | |
parent | 53c49da8997110e67b191c45c4c8b216918b01fe (diff) | |
download | aur-97bf5ac31d744c0c1b276af8bc0ab056ae96e7fe.tar.gz |
Version bump
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mothur pkgdesc = A bioinformatics program for analyzing microbial communities - pkgver = 1.40.1 + pkgver = 1.40.3 pkgrel = 1 url = https://www.mothur.org/ arch = i686 @@ -8,8 +8,8 @@ pkgbase = mothur license = GPL3 makedepends = boost depends = boost-libs - source = https://github.com/mothur/mothur/archive/v1.40.1.tar.gz - sha256sums = 7b1561fbd1ca0316228535553ec5e884eb671b3c320b8c6fce898c2d6632dc64 + source = https://github.com/mothur/mothur/archive/v1.40.3.tar.gz + sha256sums = 7237e763b046ade1034bf39e3e76ee0256013b1d50103330f0177c3b0cb876f7 pkgname = mothur @@ -2,7 +2,7 @@ # Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org> pkgname=mothur -pkgver=1.40.1 +pkgver=1.40.3 pkgrel=1 pkgdesc="A bioinformatics program for analyzing microbial communities" arch=('i686' '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=('7b1561fbd1ca0316228535553ec5e884eb671b3c320b8c6fce898c2d6632dc64') +sha256sums=('7237e763b046ade1034bf39e3e76ee0256013b1d50103330f0177c3b0cb876f7') prepare() { cd $pkgname-$pkgver |