summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14408f44cfa7..a251207582ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname='pass-rotate'
pkgname="${_pkgname}-git"
pkgver=0.1+13.r73.20220113.06c7034
-pkgrel=1
+pkgrel=2
pkgdesc="A tool and library for rotating your password on online services."
arch=('any')
url="https://git.sr.ht/~sircmpwn/pass-rotate"
license=('MIT')
groups=()
depends=(
- 'python'
+ 'python>=3'
'python-beautifulsoup4'
'python-docopt'
'python-html5lib'
@@ -20,6 +20,7 @@ depends=(
)
makedepends=(
'git'
+ 'python-setuptools'
)
provides=(
"${_pkgname}=${pkgver}"