summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"