summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-09-18 18:36:03 +0300
committerViktor Drobot2021-09-18 18:36:03 +0300
commit13812c10b2dafa7eb89e49219c7272c8223a0a4d (patch)
tree515b1f62ad50a29773cff8f9b039eb3110ac7c6b /PKGBUILD
parentba68ad760e1548c3bac5eaddb8b4efa485dd9639 (diff)
downloadaur-13812c10b2dafa7eb89e49219c7272c8223a0a4d.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04984143408c..b40e5dfdc409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=xfun
-_cranver=0.25
+_cranver=0.26
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,9 +10,9 @@ arch=(i686 x86_64)
url='https://cran.r-project.org/package=xfun'
license=(MIT)
depends=(r)
-optdepends=(r-testit r-rstudioapi 'r-tinytex>=0.30' r-mime r-markdown r-knitr r-htmltools r-remotes r-pak r-renv r-curl r-jsonlite r-rmarkdown)
+optdepends=(r-testit r-rstudioapi r-tinytex r-mime r-markdown r-knitr r-htmltools r-remotes r-pak r-renv r-curl r-jsonlite r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('e63d7c86c8935189f5579dda4ca841adc03c4d2d92d2fd88ad4396f12f34be97')
+sha256sums=('9e2680489b7c86794bdb1ec2fdf1bb5927120d1439f0347b09d2cfdf00d027a5')
build(){
cd "${srcdir}"