summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b33626fbeee..599edb7e75f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-desctools
pkgdesc = Tools for Descriptive Statistics
pkgver = 0.99.46
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=DescTools
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9bbf5fd2deb1..dac46639555d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# system requirements: C++11
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=DescTools
_pkgver=0.99.46
pkgname=r-${_pkgname,,}
pkgver=0.99.46
-pkgrel=1
+pkgrel=3
pkgdesc='Tools for Descriptive Statistics'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"