summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:02:14 +0000
committerBioArchLinuxBot2022-10-18 12:02:14 +0000
commit8a8bfd0615ae0adddcd2e65599eb0323c62c941b (patch)
tree16fc4f3a213cd9832b89a2997d235946d1bd71ac
parentbf7d173b6453facf1100779b14071b1be3e9659f (diff)
downloadaur-8a8bfd0615ae0adddcd2e65599eb0323c62c941b.tar.gz
[lilac] updated to 0.3.1-10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 550610cd9979..b6ed65289ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ini
pkgdesc = Read and Write '.ini' Files
pkgver = 0.3.1
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=ini
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f57152cde07f..4ac61de5c2d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=ini
_pkgver=0.3.1
pkgname=r-${_pkgname,,}
pkgver=0.3.1
-pkgrel=4
+pkgrel=10
pkgdesc="Read and Write '.ini' Files"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"