summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-29 18:02:49 +0000
committerBioArchLinuxBot2023-06-29 18:02:49 +0000
commitf769a39ac33fae881ecff7c5102d4bb505bc4900 (patch)
tree358d073a024082502bbd1e510aaa8739cb8405db /PKGBUILD
parent27fac7257e59d514b163bbce2c737caca88fb547 (diff)
downloadaur-f769a39ac33fae881ecff7c5102d4bb505bc4900.tar.gz
[lilac] updated to 0.19.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cab2e19da32..6257fea65ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=insight
-_pkgver=0.19.2
+_pkgver=0.19.3
pkgname=r-${_pkgname,,}
-pkgver=0.19.2
+pkgver=0.19.3
pkgrel=1
pkgdesc='Easy Access to Model Information for Various Model Objects'
arch=('any')
@@ -114,7 +114,7 @@ optdepends=(
r-vgam
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('77abc57789b0b79ff00f36db3f0037aaa962278148c01f8579c2e9d695c62976')
+sha256sums=('ff1f39b15e84f671f1602e5f7ef646d0f1c25ea63ad87c272a58e25d8b8d887e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"