summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:33:28 +0000
committerBioArchLinuxBot2024-05-02 19:33:28 +0000
commit5193d70e9de771fb2d658845027261ab887d67d0 (patch)
treee11fc5e1b139d124f6ae588b6af21942d1836e9d
parent61fb3edb5591123037336476202c4e17173d45ab (diff)
downloadaur-r-discorhythm.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 692738cff615..b5077d49aa2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-discorhythm
pkgdesc = Interactive Workflow for Discovering Rhythmicity in Biological Data
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/DiscoRhythm
arch = any
@@ -38,7 +38,7 @@ pkgbase = r-discorhythm
depends = r-zip
depends = pandoc
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DiscoRhythm_1.18.0.tar.gz
- sha256sums = cfeb8e7ac7b143894c4151f68b4fbe7576ffeb10ab1ec72318150704365c626f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DiscoRhythm_1.20.0.tar.gz
+ sha256sums = eb6cd306e3ad9367ccdb6dcf5950e6da73387d471696adecca469ad1f5cf4c93
pkgname = r-discorhythm
diff --git a/PKGBUILD b/PKGBUILD
index deead12b5973..d2e0958d9227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DiscoRhythm
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Interactive Workflow for Discovering Rhythmicity in Biological Data'
arch=('any')
@@ -48,7 +48,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cfeb8e7ac7b143894c4151f68b4fbe7576ffeb10ab1ec72318150704365c626f')
+sha256sums=('eb6cd306e3ad9367ccdb6dcf5950e6da73387d471696adecca469ad1f5cf4c93')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"