summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:03:25 +0000
committerBioArchLinuxBot2022-10-18 12:03:25 +0000
commit143bec80040e17adab45bc4baa3a95403332c7d9 (patch)
tree0e089c04108b0599d3efb9a6c0d5621a74120c9a
parent15677e1f597ed6969980b33b548354025b29eec1 (diff)
downloadaur-143bec80040e17adab45bc4baa3a95403332c7d9.tar.gz
[lilac] updated to 0.4-10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb3c8b9e0157..01c6c3eb538a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-whisker
pkgdesc = {{mustache}} for R, Logicless Templating
pkgver = 0.4
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=whisker
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9baa5016d05a..01eeabe15360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,14 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Kibouo <csonka.mihaly@hotmail.com>
+# Contributor: Ward Segers <w@rdsegers.be>
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=whisker
_pkgver=0.4
pkgname=r-${_pkgname,,}
pkgver=0.4
-pkgrel=4
+pkgrel=10
pkgdesc='{{mustache}} for R, Logicless Templating'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"