summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-08-12 12:54:40 +0300
committerViktor Drobot2020-08-12 12:54:40 +0300
commit3c363dfe34129c3025880c6e9e37d59342f4e838 (patch)
tree15add67c9d93e74e583bb73ebdeaece232c34d72
parentd99ab763159f5e4b9d1012db2e663eb277469dbe (diff)
downloadaur-3c363dfe34129c3025880c6e9e37d59342f4e838.tar.gz
Update 1.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47942ba239fd..3a661f2be5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ps
pkgdesc = List, Query, Manipulate System Processes
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://cran.r-project.org/package=ps
arch = i686
@@ -16,8 +16,8 @@ pkgbase = r-ps
optdepends = r-rlang
optdepends = r-testthat
optdepends = r-tibble
- source = http://cran.r-project.org/src/contrib/ps_1.3.3.tar.gz
- md5sums = 388c366029b0e0292f9ee5c691ba8f26
+ source = http://cran.r-project.org/src/contrib/ps_1.3.4.tar.gz
+ md5sums = a33185656a6f30e1f0ac9126138c3701
pkgname = r-ps
diff --git a/PKGBUILD b/PKGBUILD
index 777d791f3e66..54245967721f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=ps
-_cranver=1.3.3
+_cranver=1.3.4
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,10 +10,9 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(BSD3)
depends=('r>=3.1')
-makepedends=(gcc)
optdepends=(r-callr r-covr r-curl r-pingr r-processx r-r6 r-rlang r-testthat r-tibble)
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('388c366029b0e0292f9ee5c691ba8f26')
+md5sums=('a33185656a6f30e1f0ac9126138c3701')
build() {
cd "${srcdir}"