summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinus Östberg2016-11-20 21:15:29 +0100
committerLinus Östberg2016-11-20 21:15:29 +0100
commitcf8bcf4c1554fc5173b1745837a016f122f3d12a (patch)
tree23e3eaa36bc1a86a1ce48cda554c6b15edd286e8 /PKGBUILD
parent01eeab3e0ec36c1e1c78c8799cebcc4a0016b9f3 (diff)
downloadaur-cf8bcf4c1554fc5173b1745837a016f122f3d12a.tar.gz
clustal omega updated to 1.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69cf97a75641..d8d34ac70650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kevin Dodd <jesin00 at gmail dot com>
pkgname=clustal-omega
-pkgver=1.2.1
+pkgver=1.2.3
pkgrel=1
pkgdesc="Protein sequence alignment program"
arch=('i686' 'x86_64')
@@ -11,7 +11,8 @@ license=('LGPL')
depends=('glib2' 'argtable')
source=("http://www.clustal.org/omega/${pkgname}-${pkgver}.tar.gz")
options=(libtool staticlibs)
-sha1sums=('50f67eb3244c25c9380e7afef0e157161535121b')
+md5sums=('f92f6ddbc32afc8a8b3026de7f4e15d4')
+sha1sums=('7944a8a57fc00dcd56ad16bf9cd2f0914657d8a3')
build() {
cd "$srcdir/$pkgname-$pkgver"