summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcev2017-03-26 12:12:11 -0400
committercev2017-03-26 12:12:11 -0400
commit27b66d794e1bef7371e36899206c7de4ae1a6780 (patch)
tree22e817c790db96e0e3ba6ae0a1df26bc32413909
parentce7d1e8cb7d1148d971755b0e580d9205777bc4c (diff)
downloadaur-27b66d794e1bef7371e36899206c7de4ae1a6780.tar.gz
Updating to 2.5.3a
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1d1b58bd53f..80664f42f8bc 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.5.2a
+ pkgver = 2.5.3a
pkgrel = 1
url = https://github.com/alexdobin/STAR
arch = i686
arch = x86_64
license = GPL3
- source = https://github.com/alexdobin/STAR/archive/2.5.2a.tar.gz
- sha1sums = 65f3fb6aca880caac942dfa9285276fba71edf17
+ source = https://github.com/alexdobin/STAR/archive/2.5.3a.tar.gz
+ sha1sums = e7535fec05b76619ab851e63e85e163b4c972ed3
pkgname = star-cshl
diff --git a/PKGBUILD b/PKGBUILD
index f1ece9dff2d2..075b88eaa2bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Charles Vejnar <ce@vejnar.org>
pkgname=star-cshl
-pkgver=2.5.2a
+pkgver=2.5.3a
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=("65f3fb6aca880caac942dfa9285276fba71edf17")
+sha1sums=("e7535fec05b76619ab851e63e85e163b4c972ed3")
build() {
cd "$srcdir/STAR-${pkgver}/source"