summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-01 00:02:04 +0000
committerBioArchLinuxBot2023-07-01 00:02:04 +0000
commitab5f84ad83e6bd57ac9a6275e58d4b7795f4397f (patch)
tree840014417b41b168d4dad32551d995b1c9bdd453
parentfc32d447fa8600c57329da5d8a75837bbf7c8994 (diff)
downloadaur-ab5f84ad83e6bd57ac9a6275e58d4b7795f4397f.tar.gz
[lilac] updated to 3.8.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 439020908421..68bfaadc8af0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-processx
pkgdesc = Execute and Control System Processes
- pkgver = 3.8.1
- pkgrel = 6
+ pkgver = 3.8.2
+ pkgrel = 1
url = https://cran.r-project.org/package=processx
arch = x86_64
license = MIT
@@ -16,8 +16,8 @@ pkgbase = r-processx
optdepends = r-testthat
optdepends = r-webfakes
optdepends = r-withr
- source = https://cran.r-project.org/src/contrib/processx_3.8.1.tar.gz
- md5sums = bd1a39f2e4034d5f455217459fd65daa
- sha256sums = e008472b81d4ca1a37a4ba7dd58e5e944f96ab2e44c8ccc8840d43e9fe99e93c
+ source = https://cran.r-project.org/src/contrib/processx_3.8.2.tar.gz
+ md5sums = d353baed9a1e0a6c4355e4a6df0b4574
+ sha256sums = e91b87af5b23c14b71003ec880f749dca81fd74f0601ab59ea1847c7fe857ecd
pkgname = r-processx
diff --git a/PKGBUILD b/PKGBUILD
index 855e27bdc397..2c23bb843e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=processx
-_pkgver=3.8.1
+_pkgver=3.8.2
pkgname=r-${_pkgname,,}
-pkgver=${_pkgver//[:-]/.}
-pkgrel=6
+pkgver=${_pkgver//-/.}
+pkgrel=1
pkgdesc="Execute and Control System Processes"
arch=(x86_64)
url="https://cran.r-project.org/package=${_pkgname}"
@@ -28,8 +28,8 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('bd1a39f2e4034d5f455217459fd65daa')
-sha256sums=('e008472b81d4ca1a37a4ba7dd58e5e944f96ab2e44c8ccc8840d43e9fe99e93c')
+md5sums=('d353baed9a1e0a6c4355e4a6df0b4574')
+sha256sums=('e91b87af5b23c14b71003ec880f749dca81fd74f0601ab59ea1847c7fe857ecd')
build() {
mkdir -p build