summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"