summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-10 12:01:23 +0000
committerBioArchLinuxBot2023-08-10 12:01:23 +0000
commitce5844beee9110fdb27fa0503001ba22b338cbca (patch)
tree024f8fc2b9c6fa3da807829d22892f8bad915a99 /PKGBUILD
parent1cea7aa733013b5d101b6f2e30cf123d16945e9d (diff)
downloadaur-ce5844beee9110fdb27fa0503001ba22b338cbca.tar.gz
[lilac] updated to 8.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e37dd081f991..397c55c3beaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Delaporte
-_pkgver=8.1.1
+_pkgver=8.2.0
pkgname=r-${_pkgname,,}
-pkgver=8.1.1
+pkgver=8.2.0
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=('0f09c86d6321e9a8e100b51446959f1128daa3740df653ae4f64f150ed109f6d')
+sha256sums=('993234c2c0db72d99fbb0e43198ba46245eaf1e68d09d2afcde3f036e498e252')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"