summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0dee4f685f2..08645f8032ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-cardata
pkgdesc = Companion to Applied Regression Data Sets
pkgver = 3.0.5
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=carData
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a017a8655082..5a2ff5ab88a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,13 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
_pkgname=carData
_pkgver=3.0-5
pkgname=r-${_pkgname,,}
pkgver=3.0.5
-pkgrel=4
+pkgrel=10
pkgdesc='Companion to Applied Regression Data Sets'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"