summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-07-06 17:36:31 +0300
committerViktor Drobot2020-07-06 17:36:31 +0300
commit679bd7848394ded0938b335598bd0bdcfc9da117 (patch)
treed6eae8ba97a8496411387948d7b3a82218c47a9b /PKGBUILD
parent8ba0c4446ebf5e111b948c8238ff6137650bb2d6 (diff)
downloadaur-679bd7848394ded0938b335598bd0bdcfc9da117.tar.gz
Update 1.2.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77884f6c3fbb..d948b5cbed88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
_cranname=nloptr
-_cranver=1.2.2.1
+_cranver=1.2.2.2
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ depends=(r 'nlopt>=2.4.0')
makedepends=(gcc)
optdepends=(r-testthat r-knitr r-rmarkdown r-inline)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('5e732439fa489f35ae1b32b1fd6a6cdd')
+md5sums=('2a08caa453fe8ef80b185a5f38d97799')
build() {
cd "${srcdir}"