summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvejnar2020-10-20 09:07:53 -0400
committervejnar2020-10-20 09:07:53 -0400
commit1f8a431c511c3b4810fae0b0136f2a31cbd875f6 (patch)
tree9677044393155a8a234417023038833af3089109
parent0cfc199c81513d515f8264bf0d94fbea784ad165 (diff)
downloadaur-1f8a431c511c3b4810fae0b0136f2a31cbd875f6.tar.gz
Updating to 2.7.6a
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 657249cff526..d0cc626eafb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = star-cshl
pkgdesc = STAR aligns RNA-seq reads to a reference genome using uncompressed suffix arrays
- pkgver = 2.7.5b
+ pkgver = 2.7.6a
pkgrel = 1
url = https://github.com/alexdobin/STAR
arch = i686
arch = x86_64
license = GPL3
- source = https://github.com/alexdobin/STAR/archive/2.7.5b.tar.gz
- sha1sums = d12fbaca5072f46550228cdfecc8e7a4c2654cb5
+ source = https://github.com/alexdobin/STAR/archive/2.7.6a.tar.gz
+ sha1sums = 6ef75bf95b672c22883dace1255bfa1ec2857a38
pkgname = star-cshl
diff --git a/PKGBUILD b/PKGBUILD
index e4590a806fb1..690492a1f434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Charles Vejnar
pkgname=star-cshl
-pkgver=2.7.5b
+pkgver=2.7.6a
pkgrel=1
pkgdesc="STAR aligns RNA-seq reads to a reference genome using uncompressed suffix arrays"
arch=("i686" "x86_64")
url="https://github.com/alexdobin/STAR"
license=("GPL3")
source=("https://github.com/alexdobin/STAR/archive/${pkgver}.tar.gz")
-sha1sums=("d12fbaca5072f46550228cdfecc8e7a4c2654cb5")
+sha1sums=("6ef75bf95b672c22883dace1255bfa1ec2857a38")
build() {
cd "$srcdir/STAR-${pkgver}/source"