summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-04 18:03:02 +0000
committerBioArchLinuxBot2023-06-04 18:03:02 +0000
commitfc32d447fa8600c57329da5d8a75837bbf7c8994 (patch)
treee4029c7d47a1f28c9da8fc65e18acbd197ab8687
parent85795e7c554a2f3d6895a916e166b2322062d4df (diff)
downloadaur-fc32d447fa8600c57329da5d8a75837bbf7c8994.tar.gz
[lilac] updated to 3.8.1-6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabea2dfe80e..439020908421 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-processx
pkgdesc = Execute and Control System Processes
pkgver = 3.8.1
- pkgrel = 5
+ pkgrel = 6
url = https://cran.r-project.org/package=processx
arch = x86_64
license = MIT
@@ -17,6 +17,7 @@ pkgbase = r-processx
optdepends = r-webfakes
optdepends = r-withr
source = https://cran.r-project.org/src/contrib/processx_3.8.1.tar.gz
+ md5sums = bd1a39f2e4034d5f455217459fd65daa
sha256sums = e008472b81d4ca1a37a4ba7dd58e5e944f96ab2e44c8ccc8840d43e9fe99e93c
pkgname = r-processx
diff --git a/PKGBUILD b/PKGBUILD
index 9c8732d0cd36..855e27bdc397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=processx
_pkgver=3.8.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
-pkgrel=5
+pkgrel=6
pkgdesc="Execute and Control System Processes"
arch=(x86_64)
url="https://cran.r-project.org/package=${_pkgname}"
@@ -28,6 +28,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+md5sums=('bd1a39f2e4034d5f455217459fd65daa')
sha256sums=('e008472b81d4ca1a37a4ba7dd58e5e944f96ab2e44c8ccc8840d43e9fe99e93c')
build() {