From 253f44caaac6e80d83cf3185de041701ce6ffeb4 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Wed, 3 Apr 2019 07:53:34 +0200 Subject: [PATCH] aur: Update to 3.3.1 (#1723) --- 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 c5036367..7384e48b 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.3.1 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 1d45d571..72df2366 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.0 +pkgver=3.3.1 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=('647dde8fbf6690138b354bf538d1d97ba8c1743ff22314af4ee085e06a1f506a') +sha256sums=('b0982a729f99f658d77969fd582d074843a57982b5e7c6b2b6efee5480b2a81c') prepare() { mkdir -p "${pkgname}/build"