From 7d1b265ef4b95121e46d97937319d102953cba7c Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Wed, 23 Dec 2020 17:56:48 +0100
Subject: [PATCH] Update PKGBUILD for 3.5.3 (#2327)
---
contrib/polybar-git.aur/PKGBUILD | 2 +-
contrib/polybar.aur/PKGBUILD | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD
index 2b0f116c..20a93faf 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.2
+pkgver=3.5.3
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 4f357eb5..35e97f4a 100644
--- a/contrib/polybar.aur/PKGBUILD
+++ b/contrib/polybar.aur/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Patrick Ziegler
pkgname=polybar
-pkgver=3.5.2
+pkgver=3.5.3
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
@@ -12,11 +12,11 @@ optdepends=("i3-wm: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config"
"xorg-fonts-misc: Font used in example config")
-makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
+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=('e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110')
+sha256sums=('d23fbb9a7b7f1cdd334fe0ba3adc0f9602cfc94aa0827c058584059416792680')
_dir="${pkgname}-${pkgver}"
prepare() {