summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-12-16 08:39:41 +1000
committerMark Blakeney2023-12-16 08:40:02 +1000
commit2ff9c9c08c9fceca21250a620d8e2c8d1203b0a4 (patch)
treeb93ed69286e76c6fe22a650d2e250eb60d93cc2d
parent2e0f9d8069afdc2ad3d29845b7c96eda871c9f31 (diff)
downloadaur-2ff9c9c08c9fceca21250a620d8e2c8d1203b0a4.tar.gz
wmctrl not required anymore
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9112ff4b227..cfa9b2365290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = arch-upgrade
depends = xmlstarlet
depends = python-unidecode
optdepends = zenity: popups if run in GUI mode
- optdepends = wmctrl: required if zenity installed
backup = etc/arch-upgrade.conf
source = arch-upgrade-1.22.tar.gz::https://github.com/bulletmark/arch-upgrade/archive/1.22.tar.gz
md5sums = cd622667bf86028833e33e9b44163c6a
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