summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 21:33:18 +0000
committerBioArchLinuxBot2024-05-02 21:33:18 +0000
commitdcb029c204b93d9e552bfcec11e05dd6bdfb0671 (patch)
tree8e67387664afdaeb69bf3c41dd7ac6f7ae6bbb73 /PKGBUILD
parent89b16ff23c6a112fbe9b3397f22c961a4e65a68e (diff)
downloadaur-r-destiny.tar.gz
[lilac] updated to 3.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bff31e321567..8e313498bf18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=destiny
-_pkgver=3.16.0
+_pkgver=3.18.0
pkgname=r-${_pkgname,,}
-pkgver=3.16.0
+pkgver=3.18.0
pkgrel=1
pkgdesc='Creates diffusion maps'
arch=('x86_64')
@@ -56,7 +56,7 @@ optdepends=(
r-viridis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c6f69489d4d667f96fc1b2b4abfc3c69ccc5a5f68563d06aa72869a529f6bc1b')
+sha256sums=('70a80d42fdd37d5da527e181ffa53964174cbd7d5c7094c3840afe076037f270')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"