summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2023-03-21 19:18:19 +0200
committerChristoph Fink2023-03-21 19:18:19 +0200
commitc8cfce62e74a331874486e25a957ec7b36da893d (patch)
tree68aa004044c19ceaee824cffd13f300de68fb0ee /PKGBUILD
parentfe2037c6f7838ad0abc61b355ef06a6447a2af1d (diff)
downloadaur-c8cfce62e74a331874486e25a957ec7b36da893d.tar.gz
upgpkg: r-lazyeval 0.2.2-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f48c53b5c918..b3053021b3d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Lightweight Well-Known Geometry Parsing"
url="https://cran.r-project.org/package=${_cranname}"
license=("GPL3")
pkgver=${_cranver//[:-]/.}
-pkgrel=2
+pkgrel=3
arch=("i686" "x86_64")
depends=(
@@ -22,7 +22,6 @@ optdepends=(
"r-covr"
"r-knitr"
"r-rmarkdown>=0.2.65"
- "r-testthat"
)
checkdepends=(
"${optdepends[@]}"