summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4247ca13010c..9225f768c03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
# Contributor: Mick Elliot <micke at sfu dot ca>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
-
pkgname=tcoffee
-pkgver=11.00.8cbe486
+pkgver=12.00.7fb08c2
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL2')
pkgdesc="An alignment tool for Protein, DNA and RNA sequences"
-url="http://www.tcoffee.org/Projects/tcoffee/"
-depends=('gcc-libs' 'gcc-fortran')
-source=("http://www.tcoffee.org/Packages/Stable/Latest/T-COFFEE_distribution_Version_$pkgver.tar.gz")
-md5sums=('bd91485c06eda4f2ffcb61542d3ce302')
+url="http://www.tcoffee.org"
+makedepends=('gcc-fortran')
+depends=('gcc-libs')
+source=("$url/Packages/Stable/Version_$pkgver/T-COFFEE_distribution_Version_$pkgver.tar.gz")
+sha256sums=('6119514a0e36da4b4de88741b8c12f9c8ab653772b3952a011d4cb373beee44f')
build() {
cd "$srcdir/T-COFFEE_distribution_Version_$pkgver/t_coffee_source"