summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-06-24 12:31:43 +0300
committerViktor Drobot2020-06-24 12:31:43 +0300
commitad1286a13c89436554abeee579423509363a6b77 (patch)
treeb27d1847b46870cb8221d5bb2119f9abde7b1d4c
parentc1edc26dc91eb1a07eb88ad833694f4eebae442a (diff)
downloadaur-ad1286a13c89436554abeee579423509363a6b77.tar.gz
Update 0.15
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d31349161a38..77f3e322668c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = r-xfun
pkgdesc = Miscellaneous Functions by Yihui Xie
- pkgver = 0.14
+ pkgver = 0.15
pkgrel = 1
url = https://cran.r-project.org/package=xfun
- arch = any
+ arch = i686
+ arch = x86_64
license = MIT
+ makedepends = gcc
depends = r
optdepends = r-testit
optdepends = r-rstudioapi
@@ -13,11 +15,10 @@ pkgbase = r-xfun
optdepends = r-markdown
optdepends = r-knitr
optdepends = r-htmltools
- optdepends = r-base64enc
optdepends = r-remotes
optdepends = r-rmarkdown
- source = https://cran.r-project.org/src/contrib/xfun_0.14.tar.gz
- md5sums = 5c73bf64761c796a29f054ece0f3afb4
+ source = https://cran.r-project.org/src/contrib/xfun_0.15.tar.gz
+ md5sums = 3cff8e23b7dea2956c33e4d43f7a46ad
pkgname = r-xfun
diff --git a/PKGBUILD b/PKGBUILD
index c97753f5d19a..ac875ac8c843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=xfun
-_cranver=0.14
+_cranver=0.15
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc='Miscellaneous Functions by Yihui Xie'
-arch=(any)
+arch=(i686 x86_64)
url='https://cran.r-project.org/package=xfun'
license=(MIT)
depends=(r)
-optdepends=(r-testit r-rstudioapi r-tinytex r-mime r-markdown r-knitr r-htmltools r-base64enc r-remotes r-rmarkdown)
+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=('5c73bf64761c796a29f054ece0f3afb4')
+md5sums=('3cff8e23b7dea2956c33e4d43f7a46ad')
build(){
cd "${srcdir}"