summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 22:08:44 +0000
committerBioArchLinuxBot2023-04-27 22:08:44 +0000
commitf6f284b69cff4160570be5ae4d8066d8cc98d47e (patch)
treee01003eb9f3804f4b59146931e4550a0a9b048df /PKGBUILD
parentc30fd2c71208ec4fdc371f125a9b0733b1f36be1 (diff)
downloadaur-r-rlseq.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 689f282b0b8e..acaf69b1f7af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RLSeq
-_pkgver=1.4.1
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.1
+pkgver=1.6.0
pkgrel=1
pkgdesc='RLSeq: An analysis package for R-loop mapping data'
arch=('any')
@@ -59,7 +59,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('75087c468c98a869c7a331352314139f16132ed0564962a4ff2bbd7de0deab89')
+sha256sums=('997fb6be322ed3fc7ca33faa3a7f74f4ced1e8684bef89db18bf7cc55ab174d9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"