summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-01-20 15:06:45 +0300
committerViktor Drobot2021-01-20 15:06:45 +0300
commita45b82c83ac32858d3a36fd5d48b3f992127960b (patch)
treeba791df468987b9721952cf1e2a229ac977665ae /PKGBUILD
parent51ff8f3d3416a6a47c810d30fe7e74efd3eb669d (diff)
downloadaur-a45b82c83ac32858d3a36fd5d48b3f992127960b.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9cfc60517bb..783cad0ca6fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=ggrepel
-_cranver=0.9.0
+_cranver=0.9.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=(GPL3)
depends=('r>=3.0.0' 'r-ggplot2>=2.2.0' r-rcpp 'r-rlang>=0.3.0' 'r-scales>=0.5.0')
optdepends=(r-knitr r-rmarkdown r-testthat r-gridextra r-devtools r-prettydoc r-ggbeeswarm r-dplyr r-magrittr r-readr r-stringr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('4f7ca3da7dc08902487c961c539ef43516263c30abcc4ce303ff3c5580f42fda')
+sha256sums=('29fb916d4799ba6503a5dd019717ffdf154d2aaae9ff1736f03e2be24af6bdfc')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"