summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-23 12:01:05 +0000
committerBioArchLinuxBot2023-05-23 12:01:05 +0000
commitf09a6205ee2166686dab183035bfe83f9bc036d0 (patch)
treea13de3a852bba0b67f2317056f5b899f5284477a /PKGBUILD
parent74addcd7932103fa73bd94767078ef5c25dddd4e (diff)
downloadaur-f09a6205ee2166686dab183035bfe83f9bc036d0.tar.gz
[lilac] updated to 3.4.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cdfe1eacb79..4b1afaaf731c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Kibouo <csonka.mihaly@hotmail.com>
_pkgname=sys
-_pkgver=3.4.1
+_pkgver=3.4.2
pkgname=r-${_pkgname,,}
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=1
pkgdesc='Powerful and Reliable Tools for Running System Commands in R'
arch=('x86_64')
@@ -20,7 +20,7 @@ optdepends=(
r-unix
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('324e6d8fde58264e62bc04867b719c5fd16296de1542689801b8cb13621ecf52')
+sha256sums=('b7bdce66f0fb681830ea6fb77b5a2c6babb43920abb1eddc733f95c0a63ce5b3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"