summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 04:37:09 +0000
committerBioArchLinuxBot2022-11-03 04:37:09 +0000
commitb63a1f5ef75c907f35ac85e2f22aa96d83e276d5 (patch)
tree2c921fa9ab68a67e56fe9768961449bc6c328d4b
parent5d22e061b54ef96535a90c1992b2dda0533919ec (diff)
downloadaur-b63a1f5ef75c907f35ac85e2f22aa96d83e276d5.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edccc1e2a933..3a4286db8b47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-discorhythm
pkgdesc = Interactive Workflow for Discovering Rhythmicity in Biological Data
- pkgver = 1.12.0
+ pkgver = 1.14.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.12.0.tar.gz
- sha256sums = bb2a9967cde8ccb29777600347bbc763ea15e0b184fc613db7bd4eca4a28a3d1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DiscoRhythm_1.14.0.tar.gz
+ sha256sums = 7125724beee705f9f922415d20e98730a661048c9aeaec7eb53ef42f103f7eba
pkgname = r-discorhythm
diff --git a/PKGBUILD b/PKGBUILD
index 0285d1941a3c..54b98aff8e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DiscoRhythm
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('bb2a9967cde8ccb29777600347bbc763ea15e0b184fc613db7bd4eca4a28a3d1')
+sha256sums=('7125724beee705f9f922415d20e98730a661048c9aeaec7eb53ef42f103f7eba')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"