summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-07-29 14:33:46 +0300
committerViktor Drobot2020-07-29 14:33:46 +0300
commit5ba42347b187428757555d5d27204a6f6fdf8d7f (patch)
treefade9176a819e5b77259092bfeb2e583d6e0b8ca
parentad1286a13c89436554abeee579423509363a6b77 (diff)
downloadaur-5ba42347b187428757555d5d27204a6f6fdf8d7f.tar.gz
Update 0.16
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77f3e322668c..fb0a6e9ce1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = r-xfun
pkgdesc = Miscellaneous Functions by Yihui Xie
- pkgver = 0.15
+ pkgver = 0.16
pkgrel = 1
url = https://cran.r-project.org/package=xfun
arch = i686
arch = x86_64
license = MIT
- makedepends = gcc
depends = r
optdepends = r-testit
optdepends = r-rstudioapi
@@ -17,8 +16,8 @@ pkgbase = r-xfun
optdepends = r-htmltools
optdepends = r-remotes
optdepends = r-rmarkdown
- source = https://cran.r-project.org/src/contrib/xfun_0.15.tar.gz
- md5sums = 3cff8e23b7dea2956c33e4d43f7a46ad
+ source = https://cran.r-project.org/src/contrib/xfun_0.16.tar.gz
+ md5sums = b0797de70e240e632e75a7e9f1c6cef7
pkgname = r-xfun
diff --git a/PKGBUILD b/PKGBUILD
index ac875ac8c843..2ea226872390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=xfun
-_cranver=0.15
+_cranver=0.16
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,10 +10,9 @@ arch=(i686 x86_64)
url='https://cran.r-project.org/package=xfun'
license=(MIT)
depends=(r)
-makedepends=(gcc)
optdepends=(r-testit r-rstudioapi r-tinytex r-mime r-markdown r-knitr r-htmltools r-remotes r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('3cff8e23b7dea2956c33e4d43f7a46ad')
+md5sums=('b0797de70e240e632e75a7e9f1c6cef7')
build(){
cd "${srcdir}"