summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-09-27 00:01:04 +0000
committerBioArchLinuxBot2022-09-27 00:01:04 +0000
commita12dbb0e163351acda443b5cf9e207d513676548 (patch)
tree8d0c35e8eabc974b0e9915ab1e1e19a9bf419bbc
parentb3e05537ccdf1baae36ed1de3fa409cc27757416 (diff)
downloadaur-a12dbb0e163351acda443b5cf9e207d513676548.tar.gz
[lilac] updated to 0.5.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c67adf07e84b..52b17c1f3778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-webshot
pkgdesc = Take Screenshots of Web Pages
- pkgver = 0.5.3
- pkgrel = 3
+ pkgver = 0.5.4
+ pkgrel = 1
url = https://cran.r-project.org/package=webshot
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = r-webshot
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-shiny
- source = https://cran.r-project.org/src/contrib/webshot_0.5.3.tar.gz
- sha256sums = b7c4f2be61c8c4730202a9c3604072478e30cb85b423b7497cd703cc3f49dbc0
+ source = https://cran.r-project.org/src/contrib/webshot_0.5.4.tar.gz
+ sha256sums = 3dc2b9baef7855e1deea060276b9ccc6375eee36b7100987cbb1f8e5cd7a8f24
pkgname = r-webshot
diff --git a/PKGBUILD b/PKGBUILD
index 05c8fc22aafe..4cdc7acf82cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=webshot
-_pkgver=0.5.3
+_pkgver=0.5.4
pkgname=r-${_pkgname,,}
-pkgver=0.5.3
-pkgrel=3
+pkgver=0.5.4
+pkgrel=1
pkgdesc='Take Screenshots of Web Pages'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -23,7 +23,7 @@ optdepends=(
r-shiny
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b7c4f2be61c8c4730202a9c3604072478e30cb85b423b7497cd703cc3f49dbc0')
+sha256sums=('3dc2b9baef7855e1deea060276b9ccc6375eee36b7100987cbb1f8e5cd7a8f24')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"