summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 21:55:18 +0000
committerBioArchLinuxBot2024-05-01 21:55:18 +0000
commit3459880cd85a87f58aeffb486ea27d2eb54a82ef (patch)
tree6bc3a961aaf8fe831d980a1d8b0e752aa5ea88ee /PKGBUILD
parent1aa2f3cee4e0e6c295f29f8fee190e8aa975d4b0 (diff)
downloadaur-r-isanalytics.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0f68db37903..4b45168e0fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ISAnalytics
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Analyze gene therapy vector insertion sites data identified from genomics next generation sequencing reads for clonal tracking studies'
arch=('any')
@@ -66,7 +66,7 @@ optdepends=(
r-withr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6ddea338fbbe7152cb0bacb91f895db6f6fcb854592cc2bf875afd59471b1579')
+sha256sums=('84baa3569b998d9c8d2a671130e3939ab33ce82e92bc198969410d44348d7016')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"