From 6afe6581e15b4b4f3fede8b5d533bc8ca6f2ac18 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 14 Dec 2020 11:03:32 +0100
Subject: [PATCH] aur: Update PKGBUILD for 3.5.2 release
---
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 e3d6f6c2..2b0f116c 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.1
+pkgver=3.5.2
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 978aaf39..4f357eb5 100644
--- a/contrib/polybar.aur/PKGBUILD
+++ b/contrib/polybar.aur/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Patrick Ziegler
pkgname=polybar
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
@@ -16,7 +16,7 @@ makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
conflicts=("polybar-git")
install="${pkgname}.install"
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719')
+sha256sums=('e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110')
_dir="${pkgname}-${pkgver}"
prepare() {