summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Willem Fernhout2021-02-22 18:33:44 +0100
committerJohannes Willem Fernhout2021-02-22 18:33:44 +0100
commitdb7f03ec54538ae25a832e2f029d7ae0d0a68ee6 (patch)
treeb66050b65d32e0b011bfea05083cb7d00b975493 /PKGBUILD
parent9335726f6531d77617b875b77cf1db5f3d18d780 (diff)
downloadaur-krapplet.tar.gz
krapplet password manager version bump to 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aa76dd40a73..9740aa028c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Johannes Willem (Hans) Fernhout <hfern@fernhout.info>
pkgname="krapplet"
-pkgver="0.2.0"
+pkgver="0.3.1"
pkgrel=1
-pkgdesc="Password manager based on gnome-keyring"
+pkgdesc="A graphical password manager for Linux using gnome-keyring or GPG"
arch=("any")
url="https://gitlab.com/hfernh/krapplet"
license=("BSD")
-depends=("python-gobject" "gtk3" "python-secretstorage")
+depends=("python-gobject" "gtk3")
+optdepends=("python-secretstorage: gnome-keyring as storage provider"
+ "python-gnupg: a pass compatible storage provicer based on GPG")
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=("853efd6be3e642aa4c97b492f2dd3956b758c82266636ebab73bc80e9ee4157b")
+sha256sums=("41989cdde07d5b2637d508e5d7d4eaeaebdd376ed04f19f66980125725a6b622")
build() {
cd "${pkgname}-${pkgver}"
python setup.py build