summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 19:51:51 +0000
committerBioArchLinuxBot2022-11-02 19:51:51 +0000
commitf26c9468d743858123b379ffcbfe85edac7eb26f (patch)
treea53df0a159be99d18c29806be55f32b47e29fd75
parent1c3c3c022c3d6c59e3a37bdfafb52998abf20608 (diff)
downloadaur-f26c9468d743858123b379ffcbfe85edac7eb26f.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47e112e8f2d..a24f58bc21d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-somnibus
pkgdesc = Smooth modeling of bisulfite sequencing
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/SOMNiBUS
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-somnibus
optdepends = r-magick
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SOMNiBUS_1.4.0.tar.gz
- sha256sums = ccd3320c6e3c764ea9636671939fb18c3421fb0f778a451169866b6795b05976
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SOMNiBUS_1.6.0.tar.gz
+ sha256sums = a01876d0bf8ddf83c8854c8c0dbee2544291c02811d51541f4ecd438309c9312
pkgname = r-somnibus
diff --git a/PKGBUILD b/PKGBUILD
index 01c98ada13aa..fd7ed7ae7242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SOMNiBUS
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Smooth modeling of bisulfite sequencing'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ccd3320c6e3c764ea9636671939fb18c3421fb0f778a451169866b6795b05976')
+sha256sums=('a01876d0bf8ddf83c8854c8c0dbee2544291c02811d51541f4ecd438309c9312')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"