summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Plaçais2018-08-22 13:36:05 +0200
committerThomas Plaçais2018-08-22 13:36:05 +0200
commitec0867b393064baff4fa7a000cb9934ab20839e8 (patch)
treeb2803c16391c882f193cab5030b93220f7e99c11
parent30e1458b213b1ae32302e4d42172f6458a2c9a3f (diff)
downloadaur-ec0867b393064baff4fa7a000cb9934ab20839e8.tar.gz
Remove waylandpp and wireless_tools depends, add git add makedepends
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6ebb243e55a..7d754f50c359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexis Rouillard <contact@arouillard.fr>
pkgname=waybar-git
-pkgver=r70.8d5b61a9
+pkgver=r118.0dba3abc
pkgrel=2
pkgdesc='Highly customizable wayland bar for sway or wlroots based compositor.'
arch=('x86_64')
@@ -13,13 +13,12 @@ depends=('gtkmm3'
'libnl>=3.0'
'libsigc++>=2.0'
'wayland'
- 'waylandpp'
- 'wireless_tools'
'libpulse'
'wlroots')
-makedepends=('meson')
+makedepends=('meson'
+ 'git')
-# source=("${pkgname}::git://github.com/Alexays/Waybar#commit=8d5b61a9"
+# source=("${pkgname}::git://github.com/Alexays/Waybar#commit=0dba3abc"
source=("${pkgname}::git://github.com/Alexays/Waybar"
'meson.build.patch')