summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordreieck2022-06-02 11:29:58 +0200
committerdreieck2022-06-02 11:29:58 +0200
commit43f82b62a72e5b03efde5c4a2500d90d44481157 (patch)
tree4c71cf6fc9eaf58b982640df2f46d9f8667ae175 /PKGBUILD
parent31b3c86f9ce95b9353b0d9725a1d46bc2b74a10b (diff)
downloadaur-43f82b62a72e5b03efde5c4a2500d90d44481157.tar.gz
Added `python-setuptools` to `makedepends`.
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}"