summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis2018-12-17 09:13:42 +0100
committerAlexis2018-12-17 09:13:42 +0100
commitc73f7757225cb0994ce98f969310e143797f179a (patch)
treeda129dd73c39510edebda3ca833438f423ed1758
parent44ddd797079e5bcf1be21f2522ad32193279136a (diff)
downloadaur-c73f7757225cb0994ce98f969310e143797f179a.tar.gz
feat: add sway-git and fontawesome to optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9386d34da09..3dbbdf493bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waybar-git
pkgdesc = Highly customizable wayland bar for sway or wlroots based compositor.
- pkgver = r128.28c65c64
+ pkgver = r235.2d2fb88
pkgrel = 1
url = https://github.com/Alexays/Waybar/
arch = x86_64
@@ -16,7 +16,9 @@ pkgbase = waybar-git
depends = libdbusmenu-gtk3
depends = libappindicator-gtk3
depends = libpulse
- depends = wlroots
+ depends = wlroots-git
+ optdepends = sway-git: Sway modules support
+ optdepends = otf-font-awesome: Icons in the default configuration
source = waybar-git::git://github.com/Alexays/Waybar
source = meson.build.patch
sha1sums = SKIP
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"