summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-06 18:01:29 +0000
committerBioArchLinuxBot2023-06-06 18:01:29 +0000
commitbd39f75ca94122fbc85e1e54c4c8ea250cf99139 (patch)
tree5f59aaa7236c33ef2e9c4fa5a5321e7b307c1e96 /PKGBUILD
parent4791a1afe6727a5fc9cf1e6871fcdb1e71d1d848 (diff)
downloadaur-r-gmm.tar.gz
[lilac] updated to 1.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a26a3e31292f..fbef59eeccd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gmm
-_pkgver=1.7
+_pkgver=1.8
pkgname=r-${_pkgname,,}
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='Generalized Method of Moments and Generalized Empirical Likelihood'
arch=('x86_64')
@@ -26,7 +26,7 @@ makedepends=(
gcc-fortran
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('194075a3e644ca449a60f4e00c37cce457f4d08ed7229aa62b479f7f8c148f8a')
+sha256sums=('7099fc5c6a9069924392995a726190e8d62f6e55375ef356084b0c73346d85d8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"