summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcev2016-07-07 11:19:20 -0400
committercev2016-07-07 11:19:20 -0400
commitce7d1e8cb7d1148d971755b0e580d9205777bc4c (patch)
tree58ce93254b73fb778ca911e284b607c539086f49
parentac3bbdbf923ca37ecc3e83ee646930af58553080 (diff)
downloadaur-ce7d1e8cb7d1148d971755b0e580d9205777bc4c.tar.gz
Updating to 2.5.2a
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f760907f39b..b1d1b58bd53f 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.1b
+ pkgver = 2.5.2a
pkgrel = 1
url = https://github.com/alexdobin/STAR
arch = i686
arch = x86_64
license = GPL3
- source = https://github.com/alexdobin/STAR/archive/2.5.1b.tar.gz
- sha1sums = 54c23f4dbca507b86600271689d7688370bb6166
+ source = https://github.com/alexdobin/STAR/archive/2.5.2a.tar.gz
+ sha1sums = 65f3fb6aca880caac942dfa9285276fba71edf17
pkgname = star-cshl
diff --git a/PKGBUILD b/PKGBUILD
index 63ba177c9f78..f1ece9dff2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Charles Vejnar <ce@vejnar.org>
pkgname=star-cshl
-pkgver=2.5.1b
+pkgver=2.5.2a
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=("54c23f4dbca507b86600271689d7688370bb6166")
+sha1sums=("65f3fb6aca880caac942dfa9285276fba71edf17")
build() {
cd "$srcdir/STAR-${pkgver}/source"