summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-27 00:15:22 +0000
committerBioArchLinuxBot2023-06-27 00:15:22 +0000
commit4d5e414f273c4a35cabbbe84a39d0b3b6b861cf9 (patch)
tree7eac4d6fb1d01d20415d23bad28fe2633265ab89 /PKGBUILD
parent89ba8193b0058ea128ab6cefd3ddc01bd280eaab (diff)
downloadaur-4d5e414f273c4a35cabbbe84a39d0b3b6b861cf9.tar.gz
[lilac] updated to 0.5.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4590b80a0079..fae6ca934973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=webshot
-_pkgver=0.5.4
+_pkgver=0.5.5
pkgname=r-${_pkgname,,}
-pkgver=0.5.4
-pkgrel=5
+pkgver=0.5.5
+pkgrel=1
pkgdesc='Take Screenshots of Web Pages'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3dc2b9baef7855e1deea060276b9ccc6375eee36b7100987cbb1f8e5cd7a8f24')
+sha256sums=('d675913ccac80e0af8ee396f95a24124eae6c42d80aed9f47f7a88218ecbb913')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"