summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShayne Hartford2022-03-04 00:04:48 -0500
committerShayne Hartford2022-03-04 00:04:48 -0500
commit932683b2540a0ccd6f93a92464dc7af43c9051aa (patch)
tree80de397cfb0d0ec58e6bf8cde879e8413f1805db /PKGBUILD
parentcd13deeca113f1cc3644d21d45796d8a47933bd8 (diff)
downloadaur-steamaccountswitcher-git.tar.gz
Add python-qtpy to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bca59f13336..b60b79a230a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=SteamAccountSwitcher
pkgname=steamaccountswitcher-git
pkgver=r9.0e3fc48
-pkgrel=1
+pkgrel=2
pkgdesc="Qt 5/6 Steam account switcher for linux"
arch=("any")
url="https://github.com/ShayBox/${_pkgname}"
license=("MIT")
depends=(
"steam"
+ "python-qtpy"
)
makedepends=(
"git"