summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-11 15:42:38 +0000
committerBioArchLinuxBot2023-06-11 15:42:38 +0000
commit3608dddcd1ed0ff31d77812cff0bf7a1f196c05e (patch)
tree438bb45d3ee4b07c63a5c1407ca5d9648c98c5fc
parent3ad139fecb33506c905c3c02ae08928e3c0d4efb (diff)
downloadaur-3608dddcd1ed0ff31d77812cff0bf7a1f196c05e.tar.gz
[lilac] updated to 2.2.1-6
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9984c38d1a1..12c49c5c6cf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = stringtie
pkgdesc = A fast and highly efficient assembler of RNA-Seq alignments into potential transcripts
- pkgver = 2.0.4
- pkgrel = 1
+ pkgver = 2.2.1
+ pkgrel = 6
url = https://ccb.jhu.edu/software/stringtie/index.shtml
arch = x86_64
- license = Artistic2.0
+ license = MIT
+ makedepends = gcc
+ makedepends = make
+ makedepends = git
depends = gcc-libs
depends = zlib
- source = https://ccb.jhu.edu/software/stringtie/dl/stringtie-2.0.4.tar.gz
- sha256sums = 19853ff812cb804cecdb8974470ef6c8974addd777ad31f3c5d93c5f4d2d3048
+ source = http://ccb.jhu.edu/software/stringtie/dl/stringtie-2.2.1.tar.gz
+ sha256sums = ce4eec532bbbe39af462be844afa6395ab38fa3418ef5fc2431e2d6194129527
pkgname = stringtie
-
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/