summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a9489375d7f..354b2b957f37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-cellranger
pkgdesc = Translate Spreadsheet Cell Ranges to Rows and Columns
pkgver = 1.1.0
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=cellranger
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index aa53e8d0cd36..792259292df9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=cellranger
_pkgver=1.1.0
pkgname=r-${_pkgname,,}
pkgver=1.1.0
-pkgrel=4
+pkgrel=7
pkgdesc='Translate Spreadsheet Cell Ranges to Rows and Columns'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"