summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 13:00:13 +0000
committerBioArchLinuxBot2022-10-18 13:00:13 +0000
commit8dea11e9406adb7dff079baef0e60de88aa5c00c (patch)
tree9fda0747b25e7c4fb5449f0f756d1d5841ebab1e
parent95108c57414b6b079919c14a0370f54fe241ba47 (diff)
downloadaur-8dea11e9406adb7dff079baef0e60de88aa5c00c.tar.gz
[lilac] updated to 0.24-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0087633a9d24..ae1aabcbf529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-servr
pkgdesc = A Simple HTTP Server to Serve Static Files or Dynamic Documents
pkgver = 0.24
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=servr
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 09a0cfff6df2..843c9f5487fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: haha662 <haha662 at outlook dot com>
_pkgname=servr
_pkgver=0.24
pkgname=r-${_pkgname,,}
pkgver=0.24
-pkgrel=4
+pkgrel=7
pkgdesc='A Simple HTTP Server to Serve Static Files or Dynamic Documents'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"