summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Rossini2019-09-14 19:34:53 +0200
committerRoberto Rossini2019-09-14 19:34:53 +0200
commit2e4ead1c3dfc213981bb9fa40dfa30534ba40968 (patch)
treed12155de15079139fafc7abb14eff3bb18be4c7c
parent70472c6faa360bbe4ef75d1f83563c9f750e641f (diff)
downloadaur-2e4ead1c3dfc213981bb9fa40dfa30534ba40968.tar.gz
Version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c9dd88a809..f45a7f2e46e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = stringtie
pkgdesc = A fast and highly efficient assembler of RNA-Seq alignments into potential transcripts
- pkgver = 2.0
+ pkgver = 2.0.3
pkgrel = 1
url = https://ccb.jhu.edu/software/stringtie/index.shtml
arch = x86_64
license = Artistic2.0
depends = gcc-libs
depends = zlib
- source = https://ccb.jhu.edu/software/stringtie/dl/stringtie-2.0.tar.gz
- sha256sums = 654da1b85a1eca9ad0d410d0e356ee8f05c62d89d6d4385b07bcd0d03c6b25eb
+ source = https://ccb.jhu.edu/software/stringtie/dl/stringtie-2.0.3.tar.gz
+ sha256sums = 152c99e2ac5ccc83cff3ea55a3c8637151596ab4215a17a11bb36ad475bd4b42
pkgname = stringtie
+
diff --git a/PKGBUILD b/PKGBUILD
index ff368bd90b34..63b9b84c9ad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roberto Rossini ("robymetallo") <roberto.rossini.9533@student.uu.se>
pkgname=stringtie
-pkgver=2.0
+pkgver=2.0.3
pkgrel=1
pkgdesc="A fast and highly efficient assembler of RNA-Seq\
alignments into potential transcripts"
@@ -14,7 +14,7 @@ license=('Artistic2.0')
depends=('gcc-libs' 'zlib')
source=("https://ccb.jhu.edu/software/$pkgname/dl/$pkgname-$pkgver.tar.gz")
-sha256sums=('654da1b85a1eca9ad0d410d0e356ee8f05c62d89d6d4385b07bcd0d03c6b25eb')
+sha256sums=('152c99e2ac5ccc83cff3ea55a3c8637151596ab4215a17a11bb36ad475bd4b42')
build() {
cd $pkgname-$pkgver/