summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-04 18:01:38 +0000
committerBioArchLinuxBot2023-06-04 18:01:38 +0000
commit784ec2691635cb1651247f3941177edb269637f2 (patch)
treef766e441d69ed763bbdca48ca77d22efe088d6ad
parent21e97c69d1d748e92c5d250c9148bb2b7589a750 (diff)
downloadaur-784ec2691635cb1651247f3941177edb269637f2.tar.gz
[lilac] updated to 1.7.5-7
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71127ebd49a4..8f1e2548e350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ps
pkgdesc = List, Query, Manipulate System Processes
pkgver = 1.7.5
- pkgrel = 6
+ pkgrel = 7
url = https://cran.r-project.org/package=ps
arch = x86_64
license = MIT
@@ -17,6 +17,7 @@ pkgbase = r-ps
optdepends = r-testthat
optdepends = r-webfakes
source = https://cran.r-project.org/src/contrib/ps_1.7.5.tar.gz
+ md5sums = 62142c0448dd961f12955a8582e887fe
sha256sums = 1abc3ae3c55797b994973f7e43bf5c7bbb4da649a0dcfad36675e196dba4cb4e
pkgname = r-ps
diff --git a/PKGBUILD b/PKGBUILD
index b9c389deae90..6075d1d41a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=ps
_pkgver=1.7.5
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
-pkgrel=6
+pkgrel=7
pkgdesc="List, Query, Manipulate System Processes"
arch=(x86_64)
url="https://cran.r-project.org/package=${_pkgname}"
@@ -28,6 +28,7 @@ optdepends=(
r-webfakes
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+md5sums=('62142c0448dd961f12955a8582e887fe')
sha256sums=('1abc3ae3c55797b994973f7e43bf5c7bbb4da649a0dcfad36675e196dba4cb4e')
build() {