summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--meson.build.patch8
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24855a08389e..9fe7197785bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waybar-git
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based compositors (GIT)
- pkgver = r304.66ad286
+ pkgver = r636.67593b8
pkgrel = 1
url = https://github.com/Alexays/Waybar/
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = waybar-git
source = waybar-git::git://github.com/Alexays/Waybar
source = meson.build.patch
sha1sums = SKIP
- sha1sums = 90712e229ba3190655c59fa4d13151ce63761d05
+ sha1sums = f4984a4a4044bd04bebee584d5e5801d0ae31760
pkgname = waybar-git
diff --git a/PKGBUILD b/PKGBUILD
index 20fe12f6ef0a..dfde78ea1958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ source=("${pkgname}::git://github.com/Alexays/Waybar"
'meson.build.patch')
sha1sums=('SKIP'
- '90712e229ba3190655c59fa4d13151ce63761d05')
+ 'f4984a4a4044bd04bebee584d5e5801d0ae31760')
pkgver() {
cd "${srcdir}/${pkgname}"
diff --git a/meson.build.patch b/meson.build.patch
index d2f8b24690b1..16821be7881e 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,11 +1,13 @@
---- meson.build 2019-05-20 12:20:47.907105269 +0200
-+++ meson.build.patch 2019-05-20 12:20:42.907105043 +0200
-@@ -47,7 +47,7 @@
+--- meson.build 2019-05-20 12:36:35.043814353 +0200
++++ meson.build.patch 2019-05-20 12:36:33.353814279 +0200
+@@ -47,8 +47,8 @@
thread_dep = dependency('threads')
libinput = dependency('libinput')
-fmt = dependency('fmt', version : ['>=5.3.0'], fallback : ['fmt', 'fmt_dep'])
+-spdlog = dependency('spdlog', version : ['>=1.3.1'], fallback : ['spdlog', 'spdlog_dep'])
+fmt = subproject('fmt').get_variable('fmt_dep')
++spdlog = subproject('spdlog').get_variable('spdlog_dep')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_protos = dependency('wayland-protocols')