summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223d4e939421..fad05fb0ca57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waybar-git
pkgdesc = Highly customizable wayland bar for sway or wlroots based compositor.
- pkgver = r64.95f1ab47
+ pkgver = r70.8d5b61a9
pkgrel = 1
url = https://github.com/Alexays/Waybar/
arch = x86_64
@@ -12,6 +12,9 @@ pkgbase = waybar-git
depends = libnl>=3.0
depends = libsigc++>=2.0
depends = wayland
+ depends = waylandpp
+ depends = wireless_tools
+ depends = libpulse
depends = wlroots
source = waybar-git::git://github.com/Alexays/Waybar
source = meson.build.patch
diff --git a/PKGBUILD b/PKGBUILD
index bc184f0d86ac..574343240cfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexis Rouillard <contact@arouillard.fr>
pkgname=waybar-git
-pkgver=r64.95f1ab47
+pkgver=r70.8d5b61a9
pkgrel=1
pkgdesc='Highly customizable wayland bar for sway or wlroots based compositor.'
arch=('x86_64')
@@ -13,6 +13,9 @@ depends=('gtkmm3'
'libnl>=3.0'
'libsigc++>=2.0'
'wayland'
+ 'waylandpp'
+ 'wireless_tools'
+ 'libpulse'
'wlroots')
makedepends=('meson')
source=("${pkgname}::git://github.com/Alexays/Waybar"