summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:01:51 +0000
committerBioArchLinuxBot2022-10-18 12:01:51 +0000
commit351d79748335c468003ae8ef7c1ae3a1f8028ebb (patch)
tree361d0dfb45c65a05926e1ed20be15082f804c091
parent2c7abee23106ee1aff6078234de47440e86c4492 (diff)
downloadaur-351d79748335c468003ae8ef7c1ae3a1f8028ebb.tar.gz
[lilac] updated to 2.0.3-11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9035f85ebcf3..3b48b0a75af3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-pkgconfig
pkgdesc = Private Configuration for 'R' Packages
pkgver = 2.0.3
- pkgrel = 5
+ pkgrel = 11
url = https://cran.r-project.org/package=pkgconfig
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b6f86f8949e3..4f03af94d3c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: frichtlm <frichtlm@gmail.com>
_pkgname=pkgconfig
_pkgver=2.0.3
pkgname=r-${_pkgname,,}
pkgver=2.0.3
-pkgrel=5
+pkgrel=11
pkgdesc="Private Configuration for 'R' Packages"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"