summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-20 18:01:13 +0000
committerBioArchLinuxBot2023-06-20 18:01:13 +0000
commit1cea7aa733013b5d101b6f2e30cf123d16945e9d (patch)
tree93f5f70bd7a8ea83e8be410219f5fb8b45b2d441 /PKGBUILD
parent53662f6c95cf96bd052446ba39abec4a820a9580 (diff)
downloadaur-1cea7aa733013b5d101b6f2e30cf123d16945e9d.tar.gz
[lilac] updated to 8.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c773fd279e2c..e37dd081f991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Delaporte
-_pkgver=8.1.0
+_pkgver=8.1.1
pkgname=r-${_pkgname,,}
-pkgver=8.1.0
+pkgver=8.1.1
pkgrel=1
pkgdesc='Statistical Functions for the Delaporte Distribution'
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1934c0316cfba450af37ee9386857494337a28e2d259b8dfaf55cb6fdc415123')
+sha256sums=('0f09c86d6321e9a8e100b51446959f1128daa3740df653ae4f64f150ed109f6d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"