summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Landau2016-10-01 18:01:09 +0300
committerDaniel Landau2016-10-01 18:01:09 +0300
commitc815d4fbf0c790e363bce5880e05f55899afa93c (patch)
tree2780bf557ed0bdbb8f734978e76f17d631ee834a /PKGBUILD
parent17b06515e7fec939c5ad76094a608a95c19a1e27 (diff)
downloadaur-gkeyring.tar.gz
Bump version
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}"