summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinus Östberg2017-01-19 13:06:36 +0100
committerLinus Östberg2017-01-19 13:06:36 +0100
commit65ab2cafdf5aaca33e8119dda2943c4392289b82 (patch)
tree026dd3ac7a7058c383ea846bf4945a698d1baf38 /PKGBUILD
parent25c45c95e938c3fd51bbeddb5029fda32417df39 (diff)
downloadaur-clustal-omega.tar.gz
updated to 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69cf97a75641..0843a4f8dd44 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.4
pkgrel=1
pkgdesc="Protein sequence alignment program"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('glib2' 'argtable')
source=("http://www.clustal.org/omega/${pkgname}-${pkgver}.tar.gz")
options=(libtool staticlibs)
-sha1sums=('50f67eb3244c25c9380e7afef0e157161535121b')
+sha1sums=('9ff2c88df0f488de61f80d997198700407ac6c04')
build() {
cd "$srcdir/$pkgname-$pkgver"