summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-18 09:02:11 +0000
committerBioArchLinuxBot2025-04-18 09:02:11 +0000
commitf924fefa78d8bd19c8fe0dee70f5b95787eb27f2 (patch)
tree3f31a15de80583c8982fcb25a62ae314f0793eba /PKGBUILD
parent9657133756832ace94e38581a4489a771c6f8728 (diff)
downloadaur-r-eisar.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81f63aea6415..42025bb7d6ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=eisaR
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Exon-Intron Split Analysis (EISA) in R'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8e6fc8187bee2fc3c3b7499724b08c37936993928e3a8a8eb8b5ce105ccae89c')
+sha256sums=('e5fff50d7688da59a70ed9871d6adc3230aa75568a5ef93b5bdd2859171511c2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"