summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2019-12-04 09:12:25 +0800
committerMark Blakeney2019-12-04 09:12:25 +0800
commit402eb83257064a0dfe8b9351e4d9cc98c9f3ed51 (patch)
treee0bbd38bdb216f338feb948aa2f77e6ddbbdac70
parent08a5f02c69c0bab291778ddb3707d7b862a53aa8 (diff)
downloadaur-402eb83257064a0dfe8b9351e4d9cc98c9f3ed51.tar.gz
Add zenity and wmctrl to optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62807d7eab30..25dbfbb26f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = arch-upgrade
depends = curl
depends = xmlstarlet
depends = python-unidecode
+ optdepends = zenity
+ optdepends = wmctrl
backup = etc/arch-upgrade.conf
source = arch-upgrade-1.16.tar.gz::https://github.com/bulletmark/arch-upgrade/archive/1.16.tar.gz
md5sums = 607945b24fdd57625ac2d1208650d5a3
diff --git a/PKGBUILD b/PKGBUILD
index 23c355f9ab1b..e7da7c60631f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("curl" "xmlstarlet" "python-unidecode")
+optdepends=("zenity" "wmctrl")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh