diff options
author | Thomas Plaçais | 2018-08-22 13:36:05 +0200 |
---|---|---|
committer | Thomas Plaçais | 2018-08-22 13:36:05 +0200 |
commit | ec0867b393064baff4fa7a000cb9934ab20839e8 (patch) | |
tree | b2803c16391c882f193cab5030b93220f7e99c11 /PKGBUILD | |
parent | 30e1458b213b1ae32302e4d42172f6458a2c9a3f (diff) | |
download | aur-ec0867b393064baff4fa7a000cb9934ab20839e8.tar.gz |
Remove waylandpp and wireless_tools depends, add git add makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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') |