summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e738867b0ca7..5f2a832fd58b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: Roberto Rossini ("robymetallo") <roberto.rossini.9533@student.uu.se>
+# Maintainer: Guoyi Zhang <myname at malacology dot net>
+# Contributor: Roberto Rossini ("robymetallo") <roberto.rossini.9533@student.uu.se>
pkgname=stringtie
-pkgver=2.0.4
-pkgrel=1
+pkgver=2.2.1
+pkgrel=6
pkgdesc="A fast and highly efficient assembler of RNA-Seq\
alignments into potential transcripts"
url='https://ccb.jhu.edu/software/stringtie/index.shtml'
arch=('x86_64')
-license=('Artistic2.0')
-
+license=('MIT')
+makedepends=('gcc' 'make' 'git')
depends=('gcc-libs' 'zlib')
-source=("https://ccb.jhu.edu/software/$pkgname/dl/$pkgname-$pkgver.tar.gz")
-sha256sums=('19853ff812cb804cecdb8974470ef6c8974addd777ad31f3c5d93c5f4d2d3048')
+source=("http://ccb.jhu.edu/software/$pkgname/dl/$pkgname-$pkgver.tar.gz")
+sha256sums=('ce4eec532bbbe39af462be844afa6395ab38fa3418ef5fc2431e2d6194129527')
build() {
cd $pkgname-$pkgver/