summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--meson.build.patch6
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9a0dd445c13..24855a08389e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,7 @@ pkgbase = waybar-git
source = waybar-git::git://github.com/Alexays/Waybar
source = meson.build.patch
sha1sums = SKIP
- sha1sums = d5b5d3b9de2dccd64d9230d3f4d2614d471ab4d2
+ sha1sums = 90712e229ba3190655c59fa4d13151ce63761d05
pkgname = waybar-git
diff --git a/PKGBUILD b/PKGBUILD
index 3bad5fac3c80..20fe12f6ef0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexis Rouillard <contact@arouillard.fr>
pkgname=waybar-git
-pkgver=r304.66ad286
+pkgver=r636.67593b8
pkgrel=1
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors (GIT)'
arch=('x86_64')
@@ -25,12 +25,11 @@ optdepends=('sway: Sway modules support'
'libmpdclient: Mpd module 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"
'meson.build.patch')
sha1sums=('SKIP'
- 'd5b5d3b9de2dccd64d9230d3f4d2614d471ab4d2')
+ '90712e229ba3190655c59fa4d13151ce63761d05')
pkgver() {
cd "${srcdir}/${pkgname}"
diff --git a/meson.build.patch b/meson.build.patch
index e0620447fbc5..d2f8b24690b1 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,6 +1,6 @@
---- a/meson.build
-+++ b/meson.build.patch
-@@ -47,7 +47,7 @@ add_global_link_arguments(cpp_link_args, language : 'cpp')
+--- 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 @@
thread_dep = dependency('threads')
libinput = dependency('libinput')