summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-12-02 14:02:00 +0200
committerStelios Tsampas2023-12-02 14:02:00 +0200
commit2a0d65cde677a1a3eaa87100c512b2aad9ca4b73 (patch)
tree0be7ac80708a965ddbf27d8aadd456c23fae233c /PKGBUILD
parentc7b24c48cfcff72c61f37c230da69a8994f0d80b (diff)
downloadaur-arenatracker-git.tar.gz
[arenatracker(-git)] Make python-pyautogui optional
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"