summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRonny Lorenz2020-03-29 19:40:29 +0200
committerRonny Lorenz2020-03-29 19:40:29 +0200
commit0b02dcb3e5e3dd8fc17aae5e6167fc615e90c782 (patch)
tree1a308f6cd49a6c194cbc1921b935f91075a8df4d /PKGBUILD
parent1e28b2236a0bbcb70ce62fa58fa2997fb657aea7 (diff)
downloadaur-0b02dcb3e5e3dd8fc17aae5e6167fc615e90c782.tar.gz
Bump to upstream release v1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c6a85f892dc..0cd92d290a65 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.2
+pkgver=1.1.3
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=('a73e6bbab0c4b79af2cc4c0aabb8accc')
+md5sums=('50fcb75d85c295571adcf54b1cabeb6e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"