summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Rossini2019-10-31 11:49:48 +0100
committerRoberto Rossini2019-10-31 11:49:48 +0100
commit3ad139fecb33506c905c3c02ae08928e3c0d4efb (patch)
treef2d89fc311aaebffdc9aa50ad5bfb5604cc085d8
parent2e4ead1c3dfc213981bb9fa40dfa30534ba40968 (diff)
downloadaur-3ad139fecb33506c905c3c02ae08928e3c0d4efb.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45a7f2e46e1..c9984c38d1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stringtie
pkgdesc = A fast and highly efficient assembler of RNA-Seq alignments into potential transcripts
- pkgver = 2.0.3
+ pkgver = 2.0.4
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.3.tar.gz
- sha256sums = 152c99e2ac5ccc83cff3ea55a3c8637151596ab4215a17a11bb36ad475bd4b42
+ source = https://ccb.jhu.edu/software/stringtie/dl/stringtie-2.0.4.tar.gz
+ sha256sums = 19853ff812cb804cecdb8974470ef6c8974addd777ad31f3c5d93c5f4d2d3048
pkgname = stringtie
diff --git a/PKGBUILD b/PKGBUILD
index 63b9b84c9ad9..e738867b0ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roberto Rossini ("robymetallo") <roberto.rossini.9533@student.uu.se>
pkgname=stringtie
-pkgver=2.0.3
+pkgver=2.0.4
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=('152c99e2ac5ccc83cff3ea55a3c8637151596ab4215a17a11bb36ad475bd4b42')
+sha256sums=('19853ff812cb804cecdb8974470ef6c8974addd777ad31f3c5d93c5f4d2d3048')
build() {
cd $pkgname-$pkgver/