summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5a936fba4d..d50f9f3d8e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 13 21:22:21 UTC 2018
+# Thu Jun 14 05:50:57 UTC 2018
pkgbase = viennarna
pkgdesc = RNA Secondary Structure Prediction and Comparison
pkgver = 2.4.7
- pkgrel = 2
+ pkgrel = 3
url = http://www.tbi.univie.ac.at/RNA
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = viennarna
options = staticlibs
options = !strip
source = http://www.tbi.univie.ac.at/RNA/packages/source/ViennaRNA-2.4.7.tar.gz
- sha256sums = 60d654627881f945600cd1886d467a9cfbeccc1b636205a2ee0186850936a015
+ sha256sums = 3dbb6c6b54a372193d8106ee5f59442a0d7535838812a0aade09e632e599e4ee
pkgname = viennarna
depends = perl
diff --git a/PKGBUILD b/PKGBUILD
index cd6b380042ff..6205553a368d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=viennarna
pkgname=('viennarna' 'python-rna' 'python2-rna' 'perl-rna')
pkgver=2.4.7
-pkgrel=2
+pkgrel=3
pkgdesc="RNA Secondary Structure Prediction and Comparison"
arch=('x86_64' 'i686')
license=('Custom')
@@ -18,7 +18,7 @@ source=(http://www.tbi.univie.ac.at/RNA/packages/source/ViennaRNA-${pkgver}.tar.
options=('staticlibs' '!strip')
-sha256sums=('60d654627881f945600cd1886d467a9cfbeccc1b636205a2ee0186850936a015')
+sha256sums=('3dbb6c6b54a372193d8106ee5f59442a0d7535838812a0aade09e632e599e4ee')
build() {
cd "${srcdir}/ViennaRNA-${pkgver}"