summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9c0f77e8ce7..f1a876f96438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-listenv
pkgdesc = Environments Behaving (Almost) as Lists
pkgver = 0.8.0
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=listenv
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 8994e2bac61a..4b5d3133e4fb 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=listenv
_pkgver=0.8.0
pkgname=r-${_pkgname,,}
pkgver=0.8.0
-pkgrel=4
+pkgrel=10
pkgdesc='Environments Behaving (Almost) as Lists'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"