summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-04-30 10:39:35 +1000
committerMark Blakeney2020-04-30 10:39:35 +1000
commite93a208dba635cbedca04b06ef9c2eac2c18688d (patch)
treeb2b98b4e787b818226608c7489fa90c5354242ae
parent4fd160b7755a0cbeaec592dd30c3f41b0f6125f6 (diff)
downloadaur-e93a208dba635cbedca04b06ef9c2eac2c18688d.tar.gz
Add description for optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9936d2b29b97..14313c54f63f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = arch-upgrade
depends = curl
depends = xmlstarlet
depends = python-unidecode
- optdepends = zenity
- optdepends = wmctrl
+ optdepends = zenity: popups if run in GUI mode
+ optdepends = wmctrl: required if zenity installed
backup = etc/arch-upgrade.conf
source = arch-upgrade-1.19.tar.gz::https://github.com/bulletmark/arch-upgrade/archive/1.19.tar.gz
md5sums = 8f9fecdbc59c48fddbe625ff0486b2d9
diff --git a/PKGBUILD b/PKGBUILD
index a8ff88a8a34f..767b30b5b450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("curl" "xmlstarlet" "python-unidecode")
-optdepends=("zenity" "wmctrl")
+optdepends=("zenity: popups if run in GUI mode"
+ "wmctrl: required if zenity installed")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh