summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick962020-12-14 10:57:52 +0100
committerpatrick962020-12-14 10:57:52 +0100
commit82ca5de862616acc94a8131ac17a53d18e30b0c1 (patch)
tree142f386644976487c35f0f185540758bb6bfed63
parent670a41124c230ad9b25b41631101279554c5c6a3 (diff)
downloadaur-82ca5de862616acc94a8131ac17a53d18e30b0c1.tar.gz
Release 3.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8692e80347a1..2f3da28189bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polybar
pkgdesc = A fast and easy-to-use status bar
- pkgver = 3.5.1
+ pkgver = 3.5.2
pkgrel = 1
url = https://github.com/polybar/polybar
install = polybar.install
@@ -29,8 +29,8 @@ pkgbase = polybar
optdepends = siji-git: Font used in example config
optdepends = xorg-fonts-misc: Font used in example config
conflicts = polybar-git
- source = https://github.com/polybar/polybar/releases/download/3.5.1/polybar-3.5.1.tar.gz
- sha256sums = d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719
+ source = https://github.com/polybar/polybar/releases/download/3.5.2/polybar-3.5.2.tar.gz
+ sha256sums = e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110
pkgname = polybar
diff --git a/PKGBUILD b/PKGBUILD
index 978aaf395b1d..4f357eb5bec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
pkgname=polybar
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
@@ -16,7 +16,7 @@ makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
conflicts=("polybar-git")
install="${pkgname}.install"
source=(${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719')
+sha256sums=('e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110')
_dir="${pkgname}-${pkgver}"
prepare() {