summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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}"