summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:48:25 +0000
committerBioArchLinuxBot2024-05-01 20:48:25 +0000
commit28068eb9f8a7d15b77ae96356a0398d13c8cb3c1 (patch)
treea4b3a76703911dfc2982eff28c9e1d02ad4e7f02 /PKGBUILD
parenta119ad165918e770b25ae6f26cc5ce49d4ede3fb (diff)
downloadaur-r-interaccircos.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80a101b5be45..7561ed18f192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=interacCircos
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='The Generation of Interactive Circos Plot'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7ce93d6d54706e8d3861947e6a0214d93bc4ec54f08583a5a19dacb3e9f55f23')
+sha256sums=('48975cdb9f953ff9941306f5681626940b6c0219a2ccb1f1c3efc397b6198120')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"