summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 362e1a345974..a82d1275525e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,11 @@ pkgdesc="Arena Tracker is a deck tracker that gives you a lot of extra info whil
arch=('x86_64')
url="https://github.com/supertriodo/Arena-Tracker"
license=('GPL')
-depends=('qt5-base' 'qt5-websockets' 'python-pyautogui' 'libzip' 'opencv2')
+depends=('qt5-base' 'qt5-websockets' 'libzip' 'opencv2')
makedepends=('imagemagick' 'git')
+optdepends=(
+ 'python-pyautogui: for the automatic deck builder'
+)
provides=("${pkgname/%-git/}")
conflicts=("${pkgname/%-git/}")
source=("git+https://github.com/supertriodo/Arena-Tracker.git"