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