summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 18:05:59 +0000
committerBioArchLinuxBot2023-10-25 18:05:59 +0000
commit16e919ca327a5e7b107c95506602cdbbe6c0db6a (patch)
treeab612971226bf9dfb6e9c5128391a3c6616c8cb8 /PKGBUILD
parent0c3964fe5d86ba3a8000b049e51ef16381fe7711 (diff)
downloadaur-16e919ca327a5e7b107c95506602cdbbe6c0db6a.tar.gz
[lilac] updated to 1.4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00f9f384633a..6819341451a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=BiocBaseUtils
-_pkgver=1.2.0
+_pkgver=1.4.0
pkgname=r-${_pkgname,,}
-pkgver=1.2.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='General utility functions for developing Bioconductor packages'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-tinytest
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('15c3d33fa6c817aee34533f63df63ababbafa5de3db02ded90ea6a1497ac6e90')
+sha256sums=('e588788262936ed9cc83ab198ec4a0e3b95f92af6cd443a66d1b6c9827fa32a1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"