summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-07-29 21:34:56 +0300
committerDrobot Viktor2019-07-29 21:34:56 +0300
commit4b089eca13f14ea56850fb8460d4feafe1ef4807 (patch)
tree4da2f17115d6fd0d6ee407b4e70cbab140ce7d4a
parent2e70774e5e79c79143729b537a6a0ee2c969ff01 (diff)
downloadaur-4b089eca13f14ea56850fb8460d4feafe1ef4807.tar.gz
Bump to 0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 963d34f3422c..c25e17e71605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-xfun
pkgdesc = Miscellaneous Functions by Yihui Xie
- pkgver = 0.6
+ pkgver = 0.8
pkgrel = 1
url = https://cran.r-project.org/package=xfun
arch = any
license = MIT
depends = r
- source = https://cran.r-project.org/src/contrib/xfun_0.6.tar.gz
- md5sums = ac7d495eb47ee60cb954bb046469737e
+ source = https://cran.r-project.org/src/contrib/xfun_0.8.tar.gz
+ md5sums = da4a9efbff2c49ae652ec8e0847c7d96
pkgname = r-xfun
diff --git a/PKGBUILD b/PKGBUILD
index 3e831515ed7a..da6f04b8f0da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Contributor: Kibouo <csonka.mihaly@hotmail.com>
-# Contributor: Alex Branham <branham@utexas.edu>
+# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+
_cranname=xfun
-_cranver=0.6
+_cranver=0.8
_pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-xfun
pkgver=${_cranver//[:-]/.}
@@ -12,7 +12,7 @@ url='https://cran.r-project.org/package=xfun'
license=('MIT')
depends=('r' )
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
-md5sums=('ac7d495eb47ee60cb954bb046469737e')
+md5sums=('da4a9efbff2c49ae652ec8e0847c7d96')
build(){
R CMD INSTALL xfun_"$_cranver".tar.gz -l "$srcdir"