From ac355c3747501188d35c4f06afbfa96dbacb0d32 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Tue, 12 Sep 2017 16:34:18 +0200 Subject: [PATCH] Build polybar-git with gcc This commit only changes pkgrel because the version of this PKGBUILD that used clang never made it into this repo. --- contrib/polybar-git.aur/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD index 9d8237ae..02e004f8 100644 --- a/contrib/polybar-git.aur/PKGBUILD +++ b/contrib/polybar-git.aur/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=polybar pkgname="${_pkgname}-git" pkgver=3.0.5 -pkgrel=1 +pkgrel=3 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") url="https://github.com/jaagr/polybar"