summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaochen Tong2019-09-29 12:36:55 +0200
committerHaochen Tong2019-09-29 12:36:55 +0200
commitd9a657085b7a152a74e7aa9154ac5f2c2f5239e7 (patch)
treee2aab51f75443ca4cbf835562cef39b3f470d67e
parente14d9a5a56ca1d79ee596c4ef0e227308bb92b6f (diff)
downloadaur-git-credential-gnome-keyring.tar.gz
upgpkg
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4065c7a28743..406c5f76d736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Apr 8 03:44:19 UTC 2017
pkgbase = git-credential-gnome-keyring
pkgdesc = Git credential helper using GNOME Keyring
- pkgver = 2.12.2
+ pkgver = 2.23.0
pkgrel = 1
url = https://github.com/git/git/tree/master/contrib/credential/gnome-keyring
arch = i686
@@ -11,9 +9,10 @@ pkgbase = git-credential-gnome-keyring
makedepends = git
depends = git
depends = libgnome-keyring
- source = https://www.kernel.org/pub/software/scm/git/git-2.12.2.tar.xz
- source = https://www.kernel.org/pub/software/scm/git/git-2.12.2.tar.sign
- sha256sums = d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a
+ source = https://www.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz
+ source = https://www.kernel.org/pub/software/scm/git/git-2.23.0.tar.sign
+ validpgpkeys = 96E07AF25771955980DAD10020D04E5A713660A7
+ sha256sums = 234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
sha256sums = SKIP
pkgname = git-credential-gnome-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 46ff87694049..5744ce33fb76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hexchain Tong <i@hexchain.org>
pkgname=git-credential-gnome-keyring
-pkgver=2.12.2
+pkgver=2.23.0
pkgrel=1
pkgdesc="Git credential helper using GNOME Keyring"
arch=(i686 x86_64)
@@ -21,5 +21,5 @@ package() {
cd "$srcdir/git-$pkgver/contrib/credential/gnome-keyring"
install -Dm755 git-credential-gnome-keyring -t "$pkgdir/usr/bin"
}
-sha256sums=('d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a'
+sha256sums=('234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067'
'SKIP')