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 651dd377afca..fff859a08b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-prodlim
pkgdesc = Product-Limit Estimation for Censored Event History Analysis
pkgver = 2019.11.13
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=prodlim
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e9dbb72c751b..c949499425ba 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: Alex Branham <branham@utexas.edu>
_pkgname=prodlim
_pkgver=2019.11.13
pkgname=r-${_pkgname,,}
pkgver=2019.11.13
-pkgrel=4
+pkgrel=7
pkgdesc='Product-Limit Estimation for Censored Event History Analysis'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"