summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 14:22:33 +0000
committerBioArchLinuxBot2023-10-27 14:22:33 +0000
commit0c49d2eb3df48a3752a24a71cae521c6314de9b6 (patch)
tree8cb6af5042911c005114b38cfb89ef158ef7e6b6
parentc48681a0c9562d5b3341ef0f16bdf2bcc5ab818e (diff)
downloadaur-r-guideseq.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d03c918ac929..fccf17af6407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-guideseq
pkgdesc = GUIDE-seq analysis pipeline
- pkgver = 1.30.0
+ pkgver = 1.32.0
pkgrel = 1
url = https://bioconductor.org/packages/GUIDEseq
arch = any
@@ -40,7 +40,7 @@ pkgbase = r-guideseq
optdepends = r-runit
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GUIDEseq_1.30.0.tar.gz
- sha256sums = b6aad825e0701c6ab77e572f4552a8244a22323fb2ca1a391ec08b98cc3a98c9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GUIDEseq_1.32.0.tar.gz
+ sha256sums = d5b01e733baf6c8a602501fb0e0e616fb041852f343a596e93bfdbc418277988
pkgname = r-guideseq
diff --git a/PKGBUILD b/PKGBUILD
index b9bb01ddcabf..aa1dd593b6c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GUIDEseq
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='GUIDE-seq analysis pipeline'
arch=('any')
@@ -49,7 +49,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b6aad825e0701c6ab77e572f4552a8244a22323fb2ca1a391ec08b98cc3a98c9')
+sha256sums=('d5b01e733baf6c8a602501fb0e0e616fb041852f343a596e93bfdbc418277988')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"