summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:42:46 +0000
committerBioArchLinuxBot2024-05-01 22:42:46 +0000
commit2074c03126bdef6ec99a5bbaac8ac19994fe0606 (patch)
tree63bb97dd336b4d473ca115eb9fde5dadd3fdc9d6 /PKGBUILD
parentc2f92bdeecd914d107167a735cbc55df7b8dbcc2 (diff)
downloadaur-r-basilisk.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c2cc223f942..6b33b63d3226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=basilisk
-_pkgver=1.14.3
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.3
+pkgver=1.16.0
pkgrel=1
pkgdesc='Freezing Python Dependencies Inside Bioconductor Packages'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ed5abcb0e4b118b0959bf91676e7cdca5400de5febd7946e3d68cbeaae14bd42')
+sha256sums=('364aa07b07436f2f9aa41841b8c97f9a54928095de1e461af2947c224a560aca')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"