summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2017-04-08 11:44:30 +0800
committerHexchain Tong2017-04-08 11:44:30 +0800
commite14d9a5a56ca1d79ee596c4ef0e227308bb92b6f (patch)
tree84a3727cc9ac8d0d635e5a5a13e4165b900aca03
parent0cb7744dba1a2e434deb62f9c2f21789e2ed10b1 (diff)
downloadaur-e14d9a5a56ca1d79ee596c4ef0e227308bb92b6f.tar.gz
upgpkg
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e23a7868d2ec..4065c7a28743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 13:51:06 UTC 2017
+# Sat Apr 8 03:44:19 UTC 2017
pkgbase = git-credential-gnome-keyring
pkgdesc = Git credential helper using GNOME Keyring
- pkgver = 2.12.1
+ pkgver = 2.12.2
pkgrel = 1
url = https://github.com/git/git/tree/master/contrib/credential/gnome-keyring
arch = i686
@@ -11,9 +11,9 @@ pkgbase = git-credential-gnome-keyring
makedepends = git
depends = git
depends = libgnome-keyring
- source = https://www.kernel.org/pub/software/scm/git/git-2.12.1.tar.xz
- source = https://www.kernel.org/pub/software/scm/git/git-2.12.1.tar.sign
- sha256sums = db11674364b764e101966d829a2e271c9b9d2a8bd4d8ecb4221a1dcdc9a3ada2
+ 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
sha256sums = SKIP
pkgname = git-credential-gnome-keyring
diff --git a/PKGBUILD b/PKGBUILD
index e10692fd5fee..46ff87694049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hexchain Tong <i@hexchain.org>
pkgname=git-credential-gnome-keyring
-pkgver=2.12.1
+pkgver=2.12.2
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=('db11674364b764e101966d829a2e271c9b9d2a8bd4d8ecb4221a1dcdc9a3ada2'
+sha256sums=('d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a'
'SKIP')