summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-19 06:06:36 +0000
committerBioArchLinuxBot2024-10-19 06:06:36 +0000
commite69ef593c1af4c8ad37a27e76484bdd15fd72297 (patch)
treeb1e956fbc817eb92f088d700b9964cf11582447c /PKGBUILD
parent96fda3c6f258de192cb0a184e369b43fe99f0e0b (diff)
downloadaur-e69ef593c1af4c8ad37a27e76484bdd15fd72297.tar.gz
[lilac] updated to 0.4.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb9905902e18..e1368960bcb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=shinyAce
-_pkgver=0.4.2
+_pkgver=0.4.3
pkgname=r-${_pkgname,,}
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc='Ace Editor Bindings for Shiny'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4a997ebbc78b0a7672635968f9543f94b8924b52f4dfc16e3059f76c60dbb88a')
+sha256sums=('5097bad0efbca6fd67015fb34c0e5e53510cf41d2318a8fdfda5baf46525ab1f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"