summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed735afe4239..1e58b1deddc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: lykaner <grayfox@outerhaven.de>
# Contributor: lykaner <grayfox@outerhaven.de>
pkgname=keepassc
-pkgver=1.7.0
+pkgver=1.8.2
pkgrel=1
pkgdesc="KeePassC is a curses-based password manager compatible to KeePass v.1.x and KeePassX"
arch=(any)
url="https://raymontag.github.com/keepassc"
license=('GPL')
-depends=('python-kppy>=1.4.0' 'python>=3.3')
+depends=('python-kppy>=1.4.0' 'python>=3.3', 'python-pycryptodomex')
optdepends=('xsel: copy usernames and password to clipboard'
'openssl: to create server certificates')
-source=(https://pypi.python.org/packages/source/k/keepassc/keepassc-$pkgver.tar.gz)
+source=(https://github.com/raymontag/keepassc/archive/$pkgver.tar.gz)
provides=('keepassc')
conflicts=('keepassc-git' 'keepassc-dev')
-md5sums=('ee602ba69763b0eb2a9bde9fa3491b2b')
+md5sums=('a9bb0721e1174b885035e0636ea29104')
build() {
cd $srcdir/keepassc-$pkgver