From 54381fd554ac3eaaa1caaf24c5d5856ed0461eca Mon Sep 17 00:00:00 2001
From: patrick96
Date: Wed, 30 Oct 2019 14:07:34 +0100
Subject: [PATCH] Update PKGBUILD for 3.4.1
---
contrib/polybar.aur/PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD
index 2b0a1bf4..4a28a073 100644
--- a/contrib/polybar.aur/PKGBUILD
+++ b/contrib/polybar.aur/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Carlberg
# Contributor: Michael Carlberg
pkgname=polybar
-pkgver=3.4.0
-pkgrel=4
+pkgver=3.4.1
+pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/polybar/polybar"
@@ -13,12 +13,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" "python2" "pkg-config" "python-sphinx"
- "i3-wm")
+makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
conflicts=("polybar-git")
install="${pkgname}.install"
source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar)
-sha256sums=('69a098f22d7a72eb594030aff687801252b18520b097c12f5c7894a99c4bcd1b')
+sha256sums=('9e37fa48a1027881f14546f2b4f6ace4c91d09a20a293685f845da9cbaedc4eb')
prepare() {
mkdir -p "${pkgname}/build"