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