From 80bcf55844653c3e36c621c26431e90c358f41ea Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Wed, 4 May 2022 11:39:06 +0200
Subject: [PATCH] Update PKGBUILD for 3.6.3 (#2711)
---
contrib/polybar-git.aur/PKGBUILD | 2 +-
contrib/polybar.aur/PKGBUILD | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD
index 8e4835ca..5be72e4e 100644
--- a/contrib/polybar-git.aur/PKGBUILD
+++ b/contrib/polybar-git.aur/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Ziegler
_pkgname=polybar
pkgname="${_pkgname}-git"
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
# aarch64 is not officially supported by polybar, it is only listed here for convenience
diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD
index a6b2341f..7ffb758e 100644
--- a/contrib/polybar.aur/PKGBUILD
+++ b/contrib/polybar.aur/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Patrick Ziegler
pkgname=polybar
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
# aarch64 is not officially supported by polybar, it is only listed here for convenience
@@ -15,7 +15,7 @@ makedepends=("cmake" "python" "pkg-config" "python-sphinx" "python-packaging" "i
backup=("etc/polybar/config.ini")
conflicts=("polybar-git")
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('73becc942e7d2418bc72bd194f2037a2a86792219fd561b663a8509fd5f547a0')
+sha256sums=('f25758573567208fc7b6f4d4115a6117a87389cbcc094cf605d079775be95fa5')
_dir="${pkgname}-${pkgver}"
prepare() {