summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-04 18:03:02 +0000
committerBioArchLinuxBot2023-06-04 18:03:02 +0000
commitfc32d447fa8600c57329da5d8a75837bbf7c8994 (patch)
treee4029c7d47a1f28c9da8fc65e18acbd197ab8687 /PKGBUILD
parent85795e7c554a2f3d6895a916e166b2322062d4df (diff)
downloadaur-fc32d447fa8600c57329da5d8a75837bbf7c8994.tar.gz
[lilac] updated to 3.8.1-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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() {