summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-20 12:01:41 +0000
committerBioArchLinuxBot2022-12-20 12:01:41 +0000
commitf995dc69fbaeb408720ab66382302c14af05041b (patch)
treef004cc13698c3bb526c3f5739c30e4f0caa86a50 /PKGBUILD
parent7dc0414f0bfb64e3ceab0a746b2b90b22e16149a (diff)
downloadaur-f995dc69fbaeb408720ab66382302c14af05041b.tar.gz
[lilac] updated to 0.1.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d99d43d71e82..f3d1cdab7e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RcppDE
-_pkgver=0.1.6
+_pkgver=0.1.7
pkgname=r-${_pkgname,,}
-pkgver=0.1.6
-pkgrel=3
+pkgver=0.1.7
+pkgrel=1
pkgdesc='Global Optimization by Differential Evolution in C++'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -20,7 +20,7 @@ optdepends=(
r-lattice
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c9386709f72cdc33505b3ac675c173013fe098434b7c21bc09eb625b529132c5')
+sha256sums=('4a238ee97e574cb44b12e4962b9927dd811f087fc13fc777637ec6fe12bd86a0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"