summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61c4b3efb245..9c345a6c39b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = timetable-git
depends = gtk3
depends = vala
depends = granite
+ depends = wingpanel
provides = timetable
conflicts = timetable
source = git+https://github.com/lainsce/timetable.git
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}")