summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy2024-01-04 16:11:28 -0600
committerDudemanguy2024-01-04 16:11:28 -0600
commitd6d02f95cbee0f270b3f660fe6c643809c05bd98 (patch)
tree3f384880b8cb0311011fdd11e19b6f570c3a9207
parent5bca24798149496d0e56a48fd154a966f5baf179 (diff)
downloadaur-d6d02f95cbee0f270b3f660fe6c643809c05bd98.tar.gz
add python-wheel makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffdea9e23f2..2036592d395e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = password-sanity-git
license = GPL3
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = python
depends = python-gnupg
depends = python-pyperclip
diff --git a/PKGBUILD b/PKGBUILD
index 31d56f83601e..891f0f72f315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
license=("GPL3")
pkgdesc="A simple, python program for securely managing passwords through the command line"
depends=("python" "python-gnupg" "python-pyperclip")
-makedepends=("python-build" "python-installer")
+makedepends=("python-build" "python-installer" "python-wheel")
arch=("any")
url="https://github.com/Dudemanguy/password-sanity"
source=("${_pkgname}::git+https://github.com/Dudemanguy/password-sanity.git")