summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 02:57:09 +0000
committerBioArchLinuxBot2024-05-03 02:57:09 +0000
commit7a18b6577e111c79bfe2a431cd8f606529845866 (patch)
treed343c3c9273ff0d49a332e18015bd77b14853fba /PKGBUILD
parentb72b66ba001681c06294e95f683c79a563ae164d (diff)
downloadaur-r-bsseq.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06d41f8ca390..350847ced9a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bsseq
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Analyze, manage and store bisulfite sequencing data'
arch=('x86_64')
@@ -51,7 +51,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e0bdc6810757910674d493238d78f5079d048c718deb94df594ab82a4afed729')
+sha256sums=('dd6b5d3d886f3af35804dd9d3af421c13568e64a73447b85c7e653427d4eeaac')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"