From fe7dc28b07afe949ee2e0fae625e2e0d456d0185 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Wed, 24 Jul 2019 15:55:31 +0200 Subject: [PATCH] Update PKGBUILDs for 3.4.0 --- 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 4ed7e659..209ae6f7 100644 --- a/contrib/polybar-git.aur/PKGBUILD +++ b/contrib/polybar-git.aur/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Carlberg _pkgname=polybar pkgname="${_pkgname}-git" -pkgver=3.3.0 +pkgver=3.4.0 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 04dc23de..e9c8cb42 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Michael Carlberg # Contributor: Michael Carlberg pkgname=polybar -pkgver=3.3.1 +pkgver=3.4.0 pkgrel=1 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") @@ -23,7 +23,7 @@ makedepends=("cmake" "git" "python" "python2" "pkg-config") conflicts=("polybar-git") install="${pkgname}.install" source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar) -sha256sums=('b0982a729f99f658d77969fd582d074843a57982b5e7c6b2b6efee5480b2a81c') +sha256sums=('69a098f22d7a72eb594030aff687801252b18520b097c12f5c7894a99c4bcd1b') prepare() { mkdir -p "${pkgname}/build"