summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 12:27:39 +0000
committerBioArchLinuxBot2022-11-13 12:27:39 +0000
commitc30fd2c71208ec4fdc371f125a9b0733b1f36be1 (patch)
treeb2c34aa5aab34ae0045c87af400a52d173376dc8 /PKGBUILD
parent429ff5dc6e4e4c1a83f5263512c8a9117a42321d (diff)
downloadaur-c30fd2c71208ec4fdc371f125a9b0733b1f36be1.tar.gz
[lilac] updated to 1.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c8807b16d4d..689f282b0b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RLSeq
-_pkgver=1.3.0
+_pkgver=1.4.1
pkgname=r-${_pkgname,,}
-pkgver=1.3.0
+pkgver=1.4.1
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=('f77dfad2b900ce67dee56be4dee4764b97513cdd84cf269c2133a1aa939d5c88')
+sha256sums=('75087c468c98a869c7a331352314139f16132ed0564962a4ff2bbd7de0deab89')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"