summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:34:04 +0000
committerBioArchLinuxBot2022-10-18 12:34:04 +0000
commit90b6612bf0eb3738d4af0fe5a29a7763f294db82 (patch)
treef23cc77bcd8b9c23704a2d0bf3a129475ff77be4
parent2f5f4703ea6d6aae80038ac4454d42ae77cb5c24 (diff)
downloadaur-90b6612bf0eb3738d4af0fe5a29a7763f294db82.tar.gz
[lilac] updated to 1.0.3-3
-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}"