summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:56:03 +0000
committerBioArchLinuxBot2022-10-18 12:56:03 +0000
commit111e6573df04665ed07f347b7ee37fdda1d9d54a (patch)
tree8e0f9c9b78b040af07664cb14e856643fa765fd7
parent949b68a9b0997130b0a0fe88be79069dbc25ac52 (diff)
downloadaur-111e6573df04665ed07f347b7ee37fdda1d9d54a.tar.gz
[lilac] updated to 1.3.2-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c84f3bc91ef1..9c9f333c8649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-credentials
pkgdesc = Tools for Managing SSH and Git Credentials
pkgver = 1.3.2
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=credentials
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8b207c0b2685..cfc7a8271b23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# system requirements: git (optional)
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=credentials
_pkgver=1.3.2
pkgname=r-${_pkgname,,}
pkgver=1.3.2
-pkgrel=4
+pkgrel=7
pkgdesc='Tools for Managing SSH and Git Credentials'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"