summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-01 16:28:23 +0100
committerGrey Christoforo2016-07-01 16:28:23 +0100
commit4792f6d0ca785056baedbe52afc45861dd7f427e (patch)
tree73f97be2c2f3d5d58b9f9de954d02b6db6788538
parent3594682ade3fa9918f2eb494c66e419170d9ebfc (diff)
downloadaur-4792f6d0ca785056baedbe52afc45861dd7f427e.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b32cc6508cf..b829a43b3d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 9 10:40:03 UTC 2016
+# Fri Jul 1 15:23:52 UTC 2016
pkgbase = rsem
pkgdesc = accurate quantification of gene and isoform expression from RNA-Seq data
- pkgver = 1.2.28
+ pkgver = 1.2.31
pkgrel = 1
url = http://deweylab.biostat.wisc.edu/rsem/
install = rsem.install
@@ -12,8 +12,8 @@ pkgbase = rsem
depends = perl
depends = r
optdepends = bowtie2
- source = https://github.com/bli25wisc/RSEM/archive/v1.2.28.tar.gz
- md5sums = a589c7b8f3fdb59ec4bb33aa27b44dd3
+ source = https://github.com/bli25wisc/RSEM/archive/v1.2.31.tar.gz
+ md5sums = 00ce62a24eebef7d0b7d4f866eee0fc7
pkgname = rsem
diff --git a/.gitignore b/.gitignore
index 574a8578368c..e4a758110fea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/pkg
*.tar.gz
*.tar.xz
+*.pkg.tar
diff --git a/PKGBUILD b/PKGBUILD
index 510ad517850f..03f8b8b93fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rsem
_pkgname=RSEM
-pkgver=1.2.28
+pkgver=1.2.31
pkgrel=1
pkgdesc="accurate quantification of gene and isoform expression from RNA-Seq data"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GNU GPLv3')
depends=('perl' 'r')
optdepends=('bowtie2')
source=(https://github.com/bli25wisc/${_pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=('a589c7b8f3fdb59ec4bb33aa27b44dd3')
+md5sums=('00ce62a24eebef7d0b7d4f866eee0fc7')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"