summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis2018-12-17 09:13:42 +0100
committerAlexis2018-12-17 09:13:42 +0100
commitc73f7757225cb0994ce98f969310e143797f179a (patch)
treeda129dd73c39510edebda3ca833438f423ed1758 /PKGBUILD
parent44ddd797079e5bcf1be21f2522ad32193279136a (diff)
downloadaur-c73f7757225cb0994ce98f969310e143797f179a.tar.gz
feat: add sway-git and fontawesome to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ffc89d1e6d0..e170b7d19650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexis Rouillard <contact@arouillard.fr>
pkgname=waybar-git
-pkgver=r235.2d2fb88
+pkgver=r304.66ad286
pkgrel=1
pkgdesc='Highly customizable wayland bar for sway or wlroots based compositor.'
arch=('x86_64')
@@ -16,9 +16,11 @@ depends=('gtkmm3'
'libdbusmenu-gtk3'
'libappindicator-gtk3'
'libpulse'
- 'wlroots')
+ 'wlroots-git')
makedepends=('meson'
'git')
+optdepends=('sway-git: Sway modules support'
+ 'otf-font-awesome: Icons in the default configuration')
# source=("${pkgname}::git://github.com/Alexays/Waybar#commit=28c65c64"
source=("${pkgname}::git://github.com/Alexays/Waybar"