summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89d9c7e8500c..ca719227f661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ronny Lorenz <ronny at tbi dot univie dot ac dot at>
pkgname=treekin
-pkgver=0.3.1
+pkgver=0.4
pkgrel=1
pkgdesc="Efficient computation of RNA folding dynamics"
arch=('x86_64' 'i686')
@@ -11,8 +11,8 @@ depends=('blas' 'lapack')
optdepends=('barriers: Compute generated transition rate matrices')
makedepends=()
provides=()
-source=(http://www.tbi.univie.ac.at/RNA/Treekin/Treekin-${pkgver}.tar.gz)
-md5sums=('54d59ba74c9b56014f4ca93ef6c178c2')
+source=(http://www.tbi.univie.ac.at/RNA/packages/source/Treekin-${pkgver}.tar.gz)
+sha256sums=('2c19e08c8aa2089d1be6141119a4d8d1d62f7375c4341d2c8fe29ec3d51cc159')
build() {
cd "${srcdir}/Treekin-${pkgver}"