summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Lisowski2020-07-24 10:33:39 +0200
committerMichał Lisowski2020-07-24 10:33:39 +0200
commit96730ab4d56faf0b04049b761e864fbd67c892fe (patch)
treed91467b40f163fa7d3614540ac876b18194c3e6c /PKGBUILD
parent3af6a7bd6363a4c43eb55aa39613a94b4ad7cd52 (diff)
downloadaur-96730ab4d56faf0b04049b761e864fbd67c892fe.tar.gz
python2 is no more supported
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c906d0014388..cc7eac7fa1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Michal Lisowski <lisu87@gmail.com>
pkgname=relevation
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line search for Revelation Password Manager files"
arch=('any')
url="http://p.outlyer.net/relevation/"
license=('custom')
-depends=('python2-crypto' 'python2-lxml')
+depends=('python-crypto' 'python-lxml')
makedepends=('python2-setuptools')
source=("http://p.outlyer.net/relevation/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('40488551b95ce1fcfc6062e51efd8545')