summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:37:22 +0000
committerBioArchLinuxBot2022-10-18 12:37:22 +0000
commit677e8e96078c4eb5afe1b3e192b325280489cb70 (patch)
treea79d53a2ee94feb2155101469e381ae9393d970b
parenta12dbb0e163351acda443b5cf9e207d513676548 (diff)
downloadaur-677e8e96078c4eb5afe1b3e192b325280489cb70.tar.gz
[lilac] updated to 0.5.4-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b17c1f3778..f6d57f9a32ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-webshot
pkgdesc = Take Screenshots of Web Pages
pkgver = 0.5.4
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=webshot
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 4cdc7acf82cc..e6e231d645bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# system requirements: PhantomJS (http://phantomjs.org) for takingscreenshots, ImageMagick (http://www.imagemagick.org) orGraphicsMagick (http://www.graphicsmagick.org) and OptiPNG(http://optipng.sourceforge.net) for manipulating images.
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=webshot
_pkgver=0.5.4
pkgname=r-${_pkgname,,}
pkgver=0.5.4
-pkgrel=1
+pkgrel=3
pkgdesc='Take Screenshots of Web Pages'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"