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

Brett Cornwall ainola at archlinux.org
Thu May 23 02:12:55 UTC 2019


    Date: Thursday, May 23, 2019 @ 02:12:55
  Author: ainola
Revision: 468936

upgpkg: waybar 0.6.6-1

Per upstream, rm wlroots dependency

Modified:
  waybar/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-23 02:10:36 UTC (rev 468935)
+++ PKGBUILD	2019-05-23 02:12:55 UTC (rev 468936)
@@ -1,7 +1,7 @@
 # Maintainer: Ainola <ainola at archlinux.org>
 
 pkgname=waybar
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
 arch=('x86_64')
@@ -19,13 +19,12 @@
 makedepends=(
     'meson'
     'sway'
-    'wlroots'
 )
 optdepends=(
     'otf-font-awesome: Icons in the default configuration'
 )
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz")
-sha256sums=('104fa3c1bb23858fb56a072858910e61a6fc3184104b98c679b5b11a2d528228')
+sha256sums=('03bc5019bd46175d2d9b2112ca2baa265a71e17bbd0dd2fdc51156f1ed9b021a')
 
 build() {
     cd "Waybar-$pkgver"



More information about the arch-commits mailing list