summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2023-04-19 16:40:07 +0300
committerPekka Ristola2023-04-19 16:40:07 +0300
commitaf01d9ca106089fc391bd993bf6cf818cd2184d6 (patch)
tree26d5247da70af05155808c3439926e4fbb93bafc
parentd13f3cb01f6da8a77f6e5b9c46f66c2d1c974568 (diff)
downloadaur-af01d9ca106089fc391bd993bf6cf818cd2184d6.tar.gz
Update to 3.8.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60151224ca23..e18d20a18d4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-processx
pkgdesc = Execute and Control System Processes
- pkgver = 3.8.0
+ pkgver = 3.8.1
pkgrel = 1
url = https://cran.r-project.org/package=processx
arch = i686
@@ -15,10 +15,11 @@ pkgbase = r-processx
optdepends = r-debugme
optdepends = r-rlang
optdepends = r-testthat
+ optdepends = r-webfakes
optdepends = r-withr
- source = https://cran.r-project.org/src/contrib/processx_3.8.0.tar.gz
+ source = https://cran.r-project.org/src/contrib/processx_3.8.1.tar.gz
source = CRAN-MIT-TEMPLATE::https://cran.r-project.org/web/licenses/MIT
- sha256sums = 9270d9d26c4314151062801a5c1fc57556b4fcb41dbf3558cb5bd230b18ffb0b
+ sha256sums = e008472b81d4ca1a37a4ba7dd58e5e944f96ab2e44c8ccc8840d43e9fe99e93c
sha256sums = e76e4aad5d3d9d606db6f8c460311b6424ebadfce13f5322e9bae9d49cc6090b
pkgname = r-processx
diff --git a/PKGBUILD b/PKGBUILD
index 635ab4235e36..0a7e40e331b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Alex Branham <branham@utexas.edu>
_cranname=processx
-_cranver=3.8.0
+_cranver=3.8.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -19,11 +20,12 @@ optdepends=(
r-debugme
r-rlang
r-testthat
+ r-webfakes
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz"
"CRAN-MIT-TEMPLATE::https://cran.r-project.org/web/licenses/MIT")
-sha256sums=('9270d9d26c4314151062801a5c1fc57556b4fcb41dbf3558cb5bd230b18ffb0b'
+sha256sums=('e008472b81d4ca1a37a4ba7dd58e5e944f96ab2e44c8ccc8840d43e9fe99e93c'
'e76e4aad5d3d9d606db6f8c460311b6424ebadfce13f5322e9bae9d49cc6090b')
build() {