From ac01d8b5c0eaaa5ec2721a1dc4915ba5cd32ffdb Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 1 Mar 2021 21:49:26 +0100
Subject: [PATCH] Update PKGBUILD for 3.5.5
---
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 913acd4c..55980f6d 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.5.4
+pkgver=3.5.5
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD
index 6f76efb4..c839f82c 100644
--- a/contrib/polybar.aur/PKGBUILD
+++ b/contrib/polybar.aur/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Patrick Ziegler
pkgname=polybar
-pkgver=3.5.4
+pkgver=3.5.5
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
@@ -16,7 +16,7 @@ makedepends=("cmake" "python" "pkg-config" "python-sphinx" "i3-wm")
conflicts=("polybar-git")
install="${pkgname}.install"
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('133af4e8b29f426595ad3b773948eee27275230887844473853e7940c7959c2b')
+sha256sums=('7e625d3b6f7885587e70200fd81c2a5d3fb03f5649422de8e138747152ca0bb1')
_dir="${pkgname}-${pkgver}"
prepare() {