summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2016-12-19 22:11:58 +0800
committerHexchain Tong2016-12-19 22:11:58 +0800
commit7e525d0834a583dd799a3da04f7b4313879b8900 (patch)
tree6ba020e7bf7d4f17679f4616fa0963f7d0e0aa49
parent10c9e3ab8f9e5f21b718ce257be294a5525b356c (diff)
downloadaur-7e525d0834a583dd799a3da04f7b4313879b8900.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 eced02d6c3c3..c6a93deefae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 14:15:16 UTC 2016
+# Mon Dec 19 14:11:51 UTC 2016
pkgbase = git-credential-gnome-keyring
pkgdesc = Git credential helper using GNOME Keyring
- pkgver = 2.10.2
+ pkgver = 2.11.0
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.10.2.tar.xz
- source = https://www.kernel.org/pub/software/scm/git/git-2.10.2.tar.sign
- sha256sums = 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671
+ source = https://www.kernel.org/pub/software/scm/git/git-2.11.0.tar.xz
+ source = https://www.kernel.org/pub/software/scm/git/git-2.11.0.tar.sign
+ sha256sums = 7e7e8d69d494892373b87007674be5820a4bc1ef596a0117d03ea3169119fd0b
sha256sums = SKIP
pkgname = git-credential-gnome-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 84db20c0a4c3..809abaf04fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hexchain Tong <i@hexchain.org>
pkgname=git-credential-gnome-keyring
-pkgver=2.10.2
+pkgver=2.11.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=('94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671'
+sha256sums=('7e7e8d69d494892373b87007674be5820a4bc1ef596a0117d03ea3169119fd0b'
'SKIP')