diff options
author | BioArchLinuxBot | 2022-11-26 14:24:17 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-26 14:24:17 +0000 |
commit | c3b4d43ff63516fc004b39575fc8667b2c795c38 (patch) | |
tree | d05e0e3ee0b78ebac5364dadfa2f0c709302e6d5 /PKGBUILD | |
parent | a0111224a0d753ede799ff231c0cf063a53afeb3 (diff) | |
download | aur-c3b4d43ff63516fc004b39575fc8667b2c795c38.tar.gz |
[lilac] updated to 0.7.5-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,19 +6,20 @@ _pkgname=shinyWidgets _pkgver=0.7.5 pkgname=r-${_pkgname,,} pkgver=0.7.5 -pkgrel=1 +pkgrel=3 pkgdesc='Custom Inputs Widgets for Shiny' arch=('any') url="https://cran.r-project.org/package=${_pkgname}" license=('GPL') depends=( r + r-anytime r-bslib r-htmltools r-jsonlite + r-rlang r-sass r-shiny - r-anytime ) optdepends=( r-argondash |