diff options
author | BioArchLinuxBot | 2024-01-10 12:05:21 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-01-10 12:05:21 +0000 |
commit | ff9f40f68d03a919b52285e5fe1934cecd9f944e (patch) | |
tree | c6e32ee3b6ee0edd53418fca38b09923bbbd25e7 | |
parent | 22112ce6ce160cdd50e599daf7c9a1da316333d1 (diff) | |
download | aur-ff9f40f68d03a919b52285e5fe1934cecd9f944e.tar.gz |
[lilac] updated to 0.8.1-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = r-shinywidgets pkgdesc = Custom Inputs Widgets for Shiny - pkgver = 0.8.0 - pkgrel = 3 + pkgver = 0.8.1 + pkgrel = 1 url = https://cran.r-project.org/package=shinyWidgets arch = any license = GPL @@ -20,7 +20,7 @@ pkgbase = r-shinywidgets optdepends = r-shinydashboard optdepends = r-shinydashboardplus optdepends = r-testthat - source = https://cran.r-project.org/src/contrib/shinyWidgets_0.8.0.tar.gz - sha256sums = 1ae8e5986a4f46ff27b1450f669faec7c3202e5fa2b2d298cb68abdcec31a6b0 + source = https://cran.r-project.org/src/contrib/shinyWidgets_0.8.1.tar.gz + sha256sums = 352ee288a1dc7a9822c6eedebdb305327fc2d9bc80ffc6e35db0cdffd2177225 pkgname = r-shinywidgets @@ -3,10 +3,10 @@ # Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com _pkgname=shinyWidgets -_pkgver=0.8.0 +_pkgver=0.8.1 pkgname=r-${_pkgname,,} -pkgver=0.8.0 -pkgrel=3 +pkgver=0.8.1 +pkgrel=1 pkgdesc='Custom Inputs Widgets for Shiny' arch=('any') url="https://cran.r-project.org/package=${_pkgname}" @@ -31,7 +31,7 @@ optdepends=( r-testthat ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('1ae8e5986a4f46ff27b1450f669faec7c3202e5fa2b2d298cb68abdcec31a6b0') +sha256sums=('352ee288a1dc7a9822c6eedebdb305327fc2d9bc80ffc6e35db0cdffd2177225') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |