summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-03-12 21:37:49 +0300
committerViktor Drobot2021-03-12 21:37:49 +0300
commit2585c5d4885fbb35506cf7b1973fce64fb3f97f2 (patch)
tree9dec0d21258d12efb5f018f84f30e9c804a46eca
parent9eae3cfcc252bc73bb7271a48a85cfe29f9a038b (diff)
downloadaur-2585c5d4885fbb35506cf7b1973fce64fb3f97f2.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c241e203860..865777655bb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-xfun
pkgdesc = Miscellaneous Functions by Yihui Xie
- pkgver = 0.21
+ pkgver = 0.22
pkgrel = 1
url = https://cran.r-project.org/package=xfun
arch = i686
@@ -17,8 +17,8 @@ pkgbase = r-xfun
optdepends = r-remotes
optdepends = r-pak
optdepends = r-rmarkdown
- source = https://cran.r-project.org/src/contrib/xfun_0.21.tar.gz
- sha256sums = 648e171881e2cd14be482c15b3407bfdadbcdf7dc82a969b680223eb02d212a3
+ source = https://cran.r-project.org/src/contrib/xfun_0.22.tar.gz
+ sha256sums = 3e717b0eb8100f01c84e2d69c2618f9e54b801a44eef5a2ce4c030c123b8a347
pkgname = r-xfun
diff --git a/PKGBUILD b/PKGBUILD
index 2dcf4c370126..79b01fecef1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=xfun
-_cranver=0.21
+_cranver=0.22
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=(MIT)
depends=(r)
optdepends=(r-testit r-rstudioapi r-tinytex r-mime r-markdown r-knitr r-htmltools r-remotes r-pak r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('648e171881e2cd14be482c15b3407bfdadbcdf7dc82a969b680223eb02d212a3')
+sha256sums=('3e717b0eb8100f01c84e2d69c2618f9e54b801a44eef5a2ce4c030c123b8a347')
build(){
cd "${srcdir}"