summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:33:50 +0000
committerBioArchLinuxBot2023-10-26 04:33:50 +0000
commit8174278d6214108033c4c474d963922c87a87366 (patch)
treeeb415e3a1d4029adbaeab8e7693de58e5a7df6b6 /PKGBUILD
parent5a40fca489e908148c8febee061548f6058d643a (diff)
downloadaur-8174278d6214108033c4c474d963922c87a87366.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 65253ddd48fa..18cb19ad1489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=nanotatoR
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Next generation structural variant annotation and classification'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-yaml
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cbf85356b28e2b7438dc2b3f25b72783515caef89f6590c1fd1bad5be7a576d4')
+sha256sums=('eb8200b0f4818ad032af934179ba779b1b9869d7a2e42b44bad5ccb3c823d0da')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"