summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRonny Lorenz2020-12-21 11:52:22 +0100
committerRonny Lorenz2020-12-21 11:52:22 +0100
commitf2b212f8d41b1864a8e5656cc6689bba37a0dff0 (patch)
tree3ec0f40f3f1c64f64a954d33ecc2d86e7a8136fe /PKGBUILD
parent0b02dcb3e5e3dd8fc17aae5e6167fc615e90c782 (diff)
downloadaur-f2b212f8d41b1864a8e5656cc6689bba37a0dff0.tar.gz
Bump to upstream release v1.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cd92d290a65..e44273c3a3e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ronny Lorenz <ronny at tbi dot univie dot ac dot at>
pkgname=infernal
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Search DNA sequence databases for RNA structure and sequence similarities using covariance models (CMs)"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ optdepends=()
makedepends=()
provides=()
source=("http://eddylab.org/infernal/${pkgname}-${pkgver}.tar.gz")
-md5sums=('50fcb75d85c295571adcf54b1cabeb6e')
+md5sums=('225e811cc66637e7fe220ed68c2b2dd1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"