summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:51:06 +0000
committerBioArchLinuxBot2022-10-18 12:51:06 +0000
commit0e3daf6b46af7a98274b4576ae95d2ecb6fdfa78 (patch)
tree9576706ea48bee11b00f40b7ca84d64cbe6a3618
parent3557e1012fde7f55dec4f9db7b8eac7a291c03ea (diff)
downloadaur-0e3daf6b46af7a98274b4576ae95d2ecb6fdfa78.tar.gz
[lilac] updated to 1.1.0-7
-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}"