summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:03:01 +0000
committerBioArchLinuxBot2022-10-18 12:03:01 +0000
commitbb612fbe5e06f73538351a08f68048778645da2a (patch)
tree8c57b95e70d4e0690ac70b2b6a2012b5510ebb81
parent4257d2512bb8c959800b6ff432cf3ebb91c9c458 (diff)
downloadaur-bb612fbe5e06f73538351a08f68048778645da2a.tar.gz
[lilac] updated to 0.1.2-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ac8c03aef93..527abd0b07af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gitcreds
pkgdesc = Query 'git' Credentials from 'R'
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=gitcreds
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b334aea905bf..33c231f8f844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# system requirements: git
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=gitcreds
_pkgver=0.1.2
pkgname=r-${_pkgname,,}
pkgver=0.1.2
-pkgrel=1
+pkgrel=3
pkgdesc="Query 'git' Credentials from 'R'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"