summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2023-12-16 08:39:41 +1000
committerMark Blakeney2023-12-16 08:40:02 +1000
commit2ff9c9c08c9fceca21250a620d8e2c8d1203b0a4 (patch)
treeb93ed69286e76c6fe22a650d2e250eb60d93cc2d /PKGBUILD
parent2e0f9d8069afdc2ad3d29845b7c96eda871c9f31 (diff)
downloadaur-arch-upgrade.tar.gz
wmctrl not required anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5046d1b41d83..eae554429def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,7 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("curl" "xmlstarlet" "python-unidecode")
-optdepends=("zenity: popups if run in GUI mode"
- "wmctrl: required if zenity installed")
+optdepends=("zenity: popups if run in GUI mode")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh