summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-09-08 12:01:02 +0000
committerBioArchLinuxBot2022-09-08 12:01:02 +0000
commit4257d2512bb8c959800b6ff432cf3ebb91c9c458 (patch)
tree13e48d19fa14b26805a604f77988715000666330
parent2b6bb6dbe8dbcd76debe3dff9bc5e967829265d2 (diff)
downloadaur-4257d2512bb8c959800b6ff432cf3ebb91c9c458.tar.gz
[lilac] updated to 0.1.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57edfe13da78..1ac8c03aef93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gitcreds
pkgdesc = Query 'git' Credentials from 'R'
- pkgver = 0.1.1
- pkgrel = 4
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://cran.r-project.org/package=gitcreds
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = r-gitcreds
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-withr
- source = https://cran.r-project.org/src/contrib/gitcreds_0.1.1.tar.gz
- sha256sums = b14aaf4e910a9d2d6c65c93e645f0b0159c00898e669f917f83c03dfedb1dfea
+ source = https://cran.r-project.org/src/contrib/gitcreds_0.1.2.tar.gz
+ sha256sums = 41c6abcca5635062b123ffb5af2794770eca5ebd97b05c5a64b24fa1c803c75d
pkgname = r-gitcreds
diff --git a/PKGBUILD b/PKGBUILD
index d0475a8d58e2..b334aea905bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gitcreds
-_pkgver=0.1.1
+_pkgver=0.1.2
pkgname=r-${_pkgname,,}
-pkgver=0.1.1
-pkgrel=4
+pkgver=0.1.2
+pkgrel=1
pkgdesc="Query 'git' Credentials from 'R'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -24,7 +24,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b14aaf4e910a9d2d6c65c93e645f0b0159c00898e669f917f83c03dfedb1dfea')
+sha256sums=('41c6abcca5635062b123ffb5af2794770eca5ebd97b05c5a64b24fa1c803c75d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"