summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:33:28 +0000
committerBioArchLinuxBot2024-05-02 19:33:28 +0000
commit5193d70e9de771fb2d658845027261ab887d67d0 (patch)
treee11fc5e1b139d124f6ae588b6af21942d1836e9d /PKGBUILD
parent61fb3edb5591123037336476202c4e17173d45ab (diff)
downloadaur-5193d70e9de771fb2d658845027261ab887d67d0.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 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}"