summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-09 06:02:29 +0000
committerBioArchLinuxBot2023-12-09 06:02:29 +0000
commitc03c6eb1ce80744436cbcfe90402710b75867138 (patch)
treeb47a9e47dbc3dc511f33fdc583e3511dfb0989b9 /PKGBUILD
parent98062ab95aedfe9f356162fd677538b0925741d9 (diff)
downloadaur-c03c6eb1ce80744436cbcfe90402710b75867138.tar.gz
[lilac] updated to 1.0.25.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f30d3237428..1487c96d2a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bbmle
-_pkgver=1.0.25
+_pkgver=1.0.25.1
pkgname=r-${_pkgname,,}
-pkgver=1.0.25
+pkgver=1.0.25.1
pkgrel=1
pkgdesc='Tools for General Maximum Likelihood Estimation'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('86a8c69902fbf6caf337f9bc532afe89dc2a59dd24287a2423d781797010b255')
+sha256sums=('d92a0cf819fe4c08b8eb17f5e03275c8accde7f3b54f990cbba5ab926575b60b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"