summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 05:16:05 +0000
committerBioArchLinuxBot2022-11-03 05:16:05 +0000
commit3c480cb228cc6272df09ae07e774171c0bf4a33c (patch)
tree1d5f97c3ef624d8e049d198fa8277dd6bfe49d5c /PKGBUILD
parent491342c4331d54c1f3dfc825b85c45482f320987 (diff)
downloadaur-3c480cb228cc6272df09ae07e774171c0bf4a33c.tar.gz
[lilac] updated to 1.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 a34b12ba0cd4..2d76b160583e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ccfindR
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Cancer Clone Finder'
arch=('x86_64')
@@ -31,7 +31,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3bdaffd17816f6facfa99a8e6ef7c2948fa2ff1a3e863a267960c38e1128e5bd')
+sha256sums=('3a65d4820dce97eb5c9522b4922084000bae3492714d8a2b4c7824857fa9dd6a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"