summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df7068690ed9..946377952d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polybar
pkgdesc = A fast and easy-to-use status bar
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/jaagr/polybar
install = polybar.install
@@ -28,7 +28,7 @@ pkgbase = polybar
optdepends = siji-git: Font used in example config
optdepends = curl: github module support
conflicts = polybar-git
- source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.2.0
+ source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.2.1
md5sums = SKIP
pkgname = polybar
diff --git a/PKGBUILD b/PKGBUILD
index a6802f89dc2c..74a57af8b8c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Carlberg <c@rlberg.se>
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")