summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2017-01-01 14:53:49 +0100
committermschubert2017-01-01 14:53:49 +0100
commitb420a2ededa73c14f479d3e199473df3e24fa3ce (patch)
tree4592f449f82f9e0c7f65c26af36819414ecbf9f2 /PKGBUILD
parent525c982aa9b72b7220e1a2f5b0a8b862f459a0df (diff)
downloadaur-b420a2ededa73c14f479d3e199473df3e24fa3ce.tar.gz
version bump 2.4i
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 891372b4470e..67335c491bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
# Contributor: Thomas Dziedzic < gostrc at gmail >
-
pkgname=hmmer2
_pkgname=hmmer
-pkgver=2.3.2
+pkgver=2.4i
pkgrel=1
-pkgdesc="Profile hidden Markov models (profile HMMs) for database searching using statistical descriptions of a sequence family's consensus"
+pkgdesc="Profile hidden Markov models (HMMs) for database searching using consensus sequences"
arch=('i686' 'x86_64')
license=('GPL')
url="http://hmmer.org/"
source=("http://eddylab.org/software/hmmer/$pkgver/$_pkgname-$pkgver.tar.gz")
-md5sums=('5f073340c0cf761288f961a73821228a')
+md5sums=('dab234c87e026ac1de942450750acd20')
build() {
cd "$_pkgname-$pkgver"