summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 13:15:24 +0000
committerBioArchLinuxBot2022-11-26 13:15:24 +0000
commit3a056d72d666bd3f41669620e4229bf97f35303d (patch)
treef2fe27aadeae805aabf238f396378954ab4adbe9
parent90b6612bf0eb3738d4af0fe5a29a7763f294db82 (diff)
downloadaur-3a056d72d666bd3f41669620e4229bf97f35303d.tar.gz
[lilac] updated to 1.0.3-5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb6957712ef3..09e228100c39 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 = 3
+ pkgrel = 5
url = https://cran.r-project.org/package=lifecycle
arch = any
license = MIT
@@ -19,6 +19,7 @@ pkgbase = r-lifecycle
optdepends = r-tidyverse
optdepends = r-tools
optdepends = r-vctrs
+ optdepends = r-withr
source = https://cran.r-project.org/src/contrib/lifecycle_1.0.3.tar.gz
sha256sums = 6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2
diff --git a/PKGBUILD b/PKGBUILD
index c58c40a07a2e..76775f038eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=lifecycle
_pkgver=1.0.3
pkgname=r-${_pkgname,,}
pkgver=1.0.3
-pkgrel=3
+pkgrel=5
pkgdesc='Manage the Life Cycle of your Package Functions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -28,6 +28,7 @@ optdepends=(
r-tidyverse
r-tools
r-vctrs
+ r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2')