summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThanosApostolou2017-03-29 21:34:40 +0300
committerThanosApostolou2017-03-29 21:34:40 +0300
commit348eeb889dbdc5e58af535c8152c4ff1937d8333 (patch)
tree07a010518e310497c9af1dbf281119d2eec40baa /PKGBUILD
parentfa9dd72771de97702e6243bb82e070dbf1af8eab (diff)
downloadaur-348eeb889dbdc5e58af535c8152c4ff1937d8333.tar.gz
add indicator-sound optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8457707bd176..07402bd1b922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
pkgname=mate-indicator-applet
pkgver=1.18.0
-pkgrel=2
+pkgrel=3
pkgdesc="Applet to display information from various applications consistently in the MATE panel. (depends on ido-ubuntu which depends on gtk3-ubuntu)"
arch=('i686' 'x86_64')
url="https://github.com/mate-desktop/mate-indicator-applet"
license=('GPLv3')
makedepends=("intltool" "autoconf" "mate-common")
depends=("mate-panel" "libappindicator-gtk3")
+optdepends=('indicator-sound')
source=("https://github.com/mate-desktop/mate-indicator-applet/archive/v${pkgver}.tar.gz")