summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-16 06:26:35 +0000
committerBioArchLinuxBot2022-11-16 06:26:35 +0000
commit037be9b0dc782f6193d17a5ae8e6ff5c5ae77834 (patch)
tree2a285538ca836995c2bd0c9b3fa7b9c4f584458c /PKGBUILD
parent7884031e2c0dbcad815201b2cffb59f51d921752 (diff)
downloadaur-r-bsplus.tar.gz
[lilac] updated to 0.1.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06ac9ca0ce31..1dea924b3cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bsplus
-_pkgver=0.1.3
+_pkgver=0.1.4
pkgname=r-${_pkgname,,}
-pkgver=0.1.3
-pkgrel=4
+pkgver=0.1.4
+pkgrel=1
pkgdesc='Adds Functionality to the R Markdown + Shiny Bootstrap Framework'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('bd57c232992e52f3fb9bb11edfda88264fe616741ad3b3f084aee0de451436bf')
+sha256sums=('2fedda7272fa316a643ee209826c39cc94fe7bd02aa14bdeb17dcc7be4c6c82d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"