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 644526b97d31..4755f7bf5b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gh
pkgdesc = 'GitHub' 'API'
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=gh
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f34222c1cca9..709fab30d408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=gh
_pkgver=1.3.1
pkgname=r-${_pkgname,,}
pkgver=1.3.1
-pkgrel=1
+pkgrel=3
pkgdesc="'GitHub' 'API'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"