summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2016-10-31 22:15:26 +0800
committerHexchain Tong2016-10-31 22:15:26 +0800
commit10c9e3ab8f9e5f21b718ce257be294a5525b356c (patch)
tree2e45d9312832cdc37c8351b086c12ce2271ac229
parent2332e439b330a35e4bf9192a2b2996f51e80d794 (diff)
downloadaur-10c9e3ab8f9e5f21b718ce257be294a5525b356c.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 540eb8c237af..eced02d6c3c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 21 13:56:39 UTC 2016
+# Mon Oct 31 14:15:16 UTC 2016
pkgbase = git-credential-gnome-keyring
pkgdesc = Git credential helper using GNOME Keyring
- pkgver = 2.10.1
+ pkgver = 2.10.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.10.1.tar.xz
- source = https://www.kernel.org/pub/software/scm/git/git-2.10.1.tar.sign
- sha256sums = a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6
+ 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
sha256sums = SKIP
pkgname = git-credential-gnome-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 7522afb9e2b0..84db20c0a4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hexchain Tong <i@hexchain.org>
pkgname=git-credential-gnome-keyring
-pkgver=2.10.1
+pkgver=2.10.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=('a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6'
+sha256sums=('94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671'
'SKIP')