summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-04-08 10:51:40 -0300
committerbtd13372019-04-08 10:51:40 -0300
commite4d79964cc1a58da8fbbf7e7ad582e1c10891537 (patch)
treed1354b61d808a7a1841f4297b1ecd072502ae9bf /PKGBUILD
parent0295c9640ad5cde4d8677a711d16b59f1f03cfae (diff)
downloadaur-e4d79964cc1a58da8fbbf7e7ad582e1c10891537.tar.gz
Add wingpanel dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da48ff72d99d..7c1c34fe3ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Plot out your own timetable for the week and organize it. Designed for
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'vala' 'granite')
+depends=('gtk3' 'vala' 'granite' 'wingpanel')
optdepends=()
makedepends=('git' 'meson' 'ninja')
provides=("${_gitname}")