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 0ddddcf6a6d1..cb6957712ef3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-lifecycle
pkgdesc = Manage the Life Cycle of your Package Functions
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=lifecycle
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d1468f1e2fb9..c58c40a07a2e 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: frichtlm <frichtlm@gmail.com>
_pkgname=lifecycle
_pkgver=1.0.3
pkgname=r-${_pkgname,,}
pkgver=1.0.3
-pkgrel=1
+pkgrel=3
pkgdesc='Manage the Life Cycle of your Package Functions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"