[arch-commits] Commit in waybar/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jul 2 08:00:28 UTC 2021


    Date: Friday, July 2, 2021 @ 08:00:28
  Author: alucryd
Revision: 970484

upgpkg: waybar 0.9.7-2

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-02 07:58:41 UTC (rev 970483)
+++ PKGBUILD	2021-07-02 08:00:28 UTC (rev 970484)
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/"
@@ -35,9 +35,16 @@
 )
 source=(
     "$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
+    "https://github.com/Alexays/Waybar/pull/1144.patch"
 )
-sha256sums=('0d23573e0f6ce6e3f3eb4d1d7313848b924429268f3becd81649a391ae7703e7')
+sha256sums=('0d23573e0f6ce6e3f3eb4d1d7313848b924429268f3becd81649a391ae7703e7'
+            '24e27ce50647cec5ad4d5e667c22b538d404fa865e8aba2a0dadac2166502a95')
 
+prepare() {
+    cd "Waybar-$pkgver"
+    patch -Np1 -i ../1144.patch
+}
+
 build() {
     cd "Waybar-$pkgver"
     meson --prefix=/usr \




More information about the arch-commits mailing list