summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDustin Falgout2017-11-16 18:33:14 -0600
committerDustin Falgout2017-11-16 18:33:14 -0600
commit199938751165319e0c5e511c5c9fff526f760749 (patch)
treea83c10ffe3718581e82c74259e2e2b14275616eb /PKGBUILD
parent26550ba835122446e7e2011a2f5faabac57d7460 (diff)
downloadaur-199938751165319e0c5e511c5c9fff526f760749.tar.gz
add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d99b339d755..a8307c900ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url='https://github.com/solus-project/brisk-menu'
license=('GPL2')
groups=('mate')
-depends=('mate-panel')
+depends=('mate-panel' 'libnotify')
makedepends=('gnome-common' 'meson')
source=("https://github.com/solus-project/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tar.xz")
md5sums=('7230dba13a9ddb15cc5d6d7e16ac6e16')