summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 14:44:38 +0000
committerBioArchLinuxBot2022-11-26 14:44:38 +0000
commitf472afb1eb58f9d4c1fb64117e5ff14753f78777 (patch)
treea7f7a129165a072f9fa1d7b01c18b1efa9ba396b
parent8854ff4b871709b920f5b803f32a52b7356b6e1d (diff)
downloadaur-f472afb1eb58f9d4c1fb64117e5ff14753f78777.tar.gz
[lilac] updated to 0.5.4-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a09782caaad..14ed5822c818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = r-ggridges
pkgdesc = Ridgeline Plots in 'ggplot2'
pkgver = 0.5.4
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=ggridges
arch = any
license = GPL
depends = r
depends = r-ggplot2
- depends = r-plyr
depends = r-scales
depends = r-withr
optdepends = r-covr
diff --git a/PKGBUILD b/PKGBUILD
index 7a04b1a86b1c..664f836406a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=ggridges
_pkgver=0.5.4
pkgname=r-${_pkgname,,}
pkgver=0.5.4
-pkgrel=1
+pkgrel=3
pkgdesc="Ridgeline Plots in 'ggplot2'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -12,7 +12,6 @@ license=('GPL')
depends=(
r
r-ggplot2
- r-plyr
r-scales
r-withr
)