summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b827b35d25b..3c59797ce18f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Oct 1 15:01:04 UTC 2016
pkgbase = gkeyring
pkgdesc = A small Python tool for shell access to GNOME keyring. It provides simple querying for and creating of keyring items.
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.4
+ pkgrel = 1
url = https://github.com/kparal/gkeyring
arch = i686
arch = x86_64
@@ -10,8 +12,8 @@ pkgbase = gkeyring
depends = python2-gnomekeyring
depends = python2-distribute
options = !emptydirs
- source = https://github.com/kparal/gkeyring/archive/v0.3.tar.gz
- md5sums = d7de1937cd4542ef7fe7ddbf6e9b3b02
+ source = https://github.com/kparal/gkeyring/archive/v0.4.tar.gz
+ md5sums = 07ff172804600766b308a90d4c0a1c82
pkgname = gkeyring
diff --git a/PKGBUILD b/PKGBUILD
index 9b545aee7560..f650337c507c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Submitter: Jakob Nixdorf <flocke [swirly thing] shadowice [dot] org>
-# Maintainer: Vinícius dos Santos Oliveira <vini [dot] ipsmaker [at] gmail [dot] com>
+# Contributor: Vinícius dos Santos Oliveira <vini [dot] ipsmaker [at] gmail [dot] com>
+# Maintainer: Daniel Landau <daniel@landau.fi>
pkgname=gkeyring
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
pkgdesc="A small Python tool for shell access to GNOME keyring. It provides simple querying for and creating of keyring items."
arch=(i686 x86_64)
url="https://github.com/kparal/gkeyring"
@@ -10,7 +11,7 @@ license=('AGPL3')
depends=('python2' 'python2-gnomekeyring' 'python2-distribute')
options=(!emptydirs)
source=("https://github.com/kparal/gkeyring/archive/v${pkgver}.tar.gz")
-md5sums=('d7de1937cd4542ef7fe7ddbf6e9b3b02')
+md5sums=('07ff172804600766b308a90d4c0a1c82')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"