summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Plaçais2018-08-11 11:03:40 +0200
committerThomas Plaçais2018-08-11 11:03:40 +0200
commitc9e283fdf8411d1dab94b4c5be3303fbfa63b0dc (patch)
treed94b3cd57213e0c27883e1fac160b7da278d6d67
parentf53093553f5090a1808b1fc488a4360734e816d3 (diff)
downloadaur-c9e283fdf8411d1dab94b4c5be3303fbfa63b0dc.tar.gz
Add missing dependencies for waylandpp, wireless_tools, and libpulse
-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"