[arch-commits] Commit in waybar/trunk (PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Fri Aug 30 01:21:34 UTC 2019
Date: Friday, August 30, 2019 @ 01:21:34
Author: ainola
Revision: 505096
upgpkg: waybar 0.8.0-1
Remove fmt 6 patch since 0.8.0 builds cleanly with it now.
Modified:
waybar/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-29 23:09:17 UTC (rev 505095)
+++ PKGBUILD 2019-08-30 01:21:34 UTC (rev 505096)
@@ -1,8 +1,8 @@
# Maintainer: Brett Cornwall <ainola at archlinux.org>
pkgname=waybar
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
arch=('x86_64')
url="https://github.com/Alexays/Waybar/"
@@ -26,16 +26,9 @@
)
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz"
- waybar-fmt6.patch
)
-sha256sums=('6996a7d6fbf5457ec42ba9ebc76bf1417618ed9103074490a0730d58161ffdb0'
- '3412fb8c7260a09a5ae61051dba38196bb4bc9f223ba05bb3ed3f4a139e84514')
+sha256sums=('2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa')
-prepare() {
- cd "Waybar-$pkgver"
- patch -Np1 -i ../waybar-fmt6.patch
-}
-
build() {
cd "Waybar-$pkgver"
meson --prefix=/usr build
More information about the arch-commits
mailing list