summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-12-13 14:38:32 +0300
committerViktor Drobot2020-12-13 14:38:32 +0300
commit8b79e7351e2dab1c71956f249f3867d3b1ce9b57 (patch)
treee1cde62b67fe6a93e5d893fcced9e9e70d07ca62
parent3fa57c3dd4adf7e73836f59756414b34db16e58b (diff)
downloadaur-8b79e7351e2dab1c71956f249f3867d3b1ce9b57.tar.gz
Update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9889b14c51f2..41df762f57a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = r-unix
pkgdesc = POSIX System Utilities
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://cran.r-project.org/package=unix
arch = i686
arch = x86_64
license = MIT
- makedepends = gcc
depends = r
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/unix_1.5.1.tar.gz
- md5sums = 7ccf884c7176896883fbaffa5b1ecbc8
+ source = https://cran.r-project.org/src/contrib/unix_1.5.2.tar.gz
+ sha256sums = 129b713de07d22aefd1bea7bc38e1e6df2e374fffaa37e5da1df72aa19603466
pkgname = r-unix
diff --git a/PKGBUILD b/PKGBUILD
index b76d126fe5a2..a0a03a20e888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kibouo <csonka.mihaly@hotmail.com>
_cranname=unix
-_cranver=1.5.1
+_cranver=1.5.2
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,10 +11,9 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(MIT)
depends=(r)
-makedepends=(gcc)
optdepends=(r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('7ccf884c7176896883fbaffa5b1ecbc8')
+sha256sums=('129b713de07d22aefd1bea7bc38e1e6df2e374fffaa37e5da1df72aa19603466')
build() {
cd "${srcdir}"