From 219171cf799716087fb5a7167fe4ed4f82ce0e1a Mon Sep 17 00:00:00 2001
From: patrick96
Date: Tue, 1 Mar 2022 19:36:25 +0100
Subject: [PATCH] Update PKGBUILD for 3.6.0
---
contrib/polybar-git.aur/PKGBUILD | 3 ++-
contrib/polybar.aur/PKGBUILD | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD
index dcf1b93d..7919053f 100644
--- a/contrib/polybar-git.aur/PKGBUILD
+++ b/contrib/polybar-git.aur/PKGBUILD
@@ -4,7 +4,8 @@ pkgname="${_pkgname}-git"
pkgver=3.6.0
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
-arch=("i686" "x86_64")
+# aarch64 is not officially supported by polybar, it is only listed here for convenience
+arch=("i686" "x86_64" "aarch64")
url="https://github.com/polybar/polybar"
license=("MIT")
depends=("libuv" "cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm"
diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD
index d9646aff..cf3fe794 100644
--- a/contrib/polybar.aur/PKGBUILD
+++ b/contrib/polybar.aur/PKGBUILD
@@ -3,15 +3,15 @@ pkgname=polybar
pkgver=3.6.0
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
-arch=("i686" "x86_64")
+# aarch64 is not officially supported by polybar, it is only listed here for convenience
+arch=("i686" "x86_64" "aarch64")
url="https://github.com/polybar/polybar"
license=("MIT")
depends=("libuv" "cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm"
"xcb-util-cursor" "alsa-lib" "libpulse" "libmpdclient" "libnl"
"jsoncpp" "curl")
optdepends=("i3-wm: i3 module support")
-makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx"
- "python-packaging" "i3-wm")
+makedepends=("cmake" "python" "pkg-config" "python-sphinx" "python-packaging" "i3-wm")
conflicts=("polybar-git")
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('563473d5ae2b83d4dba6372f85cbcfd8d5a271b4cf3345ff57acff9c81e1b065')