summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 03:41:50 +0000
committerBioArchLinuxBot2022-11-03 03:41:50 +0000
commit2c12ea922887c7d47667bf5329b564b4d08f8e4a (patch)
tree191a2de59542553eba163bf9c519b944919b3ad3 /PKGBUILD
parent2d127dccaccb8c0bf5731e991080ca8297ca8dcb (diff)
downloadaur-2c12ea922887c7d47667bf5329b564b4d08f8e4a.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a785c02c88f..2327f4e8434c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=snapcount
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='R/Bioconductor Package for interfacing with Snaptron for rapid querying of expression counts'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cab20a756a8bcc2f73c2719370f4c5d0b8a74c89cfabe2ae872ed0cfb7820736')
+sha256sums=('4d5124474ef0b8b9fb1592c904b19456a4b8c6eec8dc8e282e8c34fa70b36078')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"