summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b016a4a8d6b..c54b925b7bf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = windscribegui-git
pkgdesc = Qt 5/6 based GUI for Windscribe VPN written in Python
pkgver = r3.ec1bccb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shaybox/windscribegui
arch = any
license = MIT
@@ -11,6 +11,7 @@ pkgbase = windscribegui-git
depends = windscribe-cli
depends = python-qtpy
depends = python-windscribe
+ depends = python-click
optdepends = python-pyqt5: Qt5
optdepends = python-pyqt6: Qt6
source = git+https://github.com/shaybox/windscribegui.git
diff --git a/PKGBUILD b/PKGBUILD
index 8f8550d736c8..1cffe5e6dc55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=windscribegui
pkgname="${_pkgname}-git"
pkgver=r3.ec1bccb
-pkgrel=1
+pkgrel=2
pkgdesc="Qt 5/6 based GUI for Windscribe VPN written in Python"
arch=("any")
url="https://github.com/shaybox/${_pkgname}"
@@ -12,6 +12,7 @@ depends=(
"windscribe-cli"
"python-qtpy"
"python-windscribe"
+ "python-click"
)
makedepends=(
"git"