summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-08 12:01:41 +0000
committerBioArchLinuxBot2022-12-08 12:01:41 +0000
commit473030d18bc9dd9cf1db2dcca42c1b4b313d1871 (patch)
tree63978613c9431ee849193e3231efcdd549580306 /PKGBUILD
parent21274828d00dde7981f6f1a2bc878a0368865e38 (diff)
downloadaur-473030d18bc9dd9cf1db2dcca42c1b4b313d1871.tar.gz
[lilac] updated to 0.7.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c426410fb8e..085b9cc34018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bbotk
-_pkgver=0.7.1
+_pkgver=0.7.2
pkgname=r-${_pkgname,,}
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc='Black-Box Optimization Toolkit'
arch=('x86_64')
@@ -30,7 +30,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9fdcbcaedbe7e1de5ed9b3bc43d76030f3fde2a022c923ccb20589fa22750d3b')
+sha256sums=('a9de87ebdf45012c6bb5bf86c0f0799bbc7441d6298310127571a41dd7cc80bf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"