summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-21 00:05:45 +0000
committerBioArchLinuxBot2023-08-21 00:05:45 +0000
commit460de390165bafadeae8881270d0ca00dca51ac4 (patch)
treefa9e305c16a9242c1d013d7b19b326760fc571cf /PKGBUILD
parent0b92fade273c31cace984c1d9db1fc5d66981929 (diff)
downloadaur-460de390165bafadeae8881270d0ca00dca51ac4.tar.gz
[lilac] updated to 1.5.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ba34c3fe022..4b0b3189d31a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=bootnet
-_pkgver=1.5.3
+_pkgver=1.5.4
pkgname=r-${_pkgname,,}
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
pkgdesc='Bootstrap Methods for Various Network Estimation Routines'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-relaimpo
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5aa985cf05af0d6457c73f7c831bc8a006155601c282a74c30d8bf123b1aa939')
+sha256sums=('97053e618868984e9e0b1b54921f963ff37bdbba015f026eaac14aab1c6cfc38')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"