summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ce169dde116..2f9b9fcb66f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = nwg-panel
depends = pamixer
depends = playerctl
optdepends = wlr-randr: for non-sway Wayland WMs support
- source = nwg-panel-0.5.5.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.5.5.tar.gz
- md5sums = 22128608c4d419c3dbda1ed32a552e1b
+ source = nwg-panel-0.5.6.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.5.6.tar.gz
+ md5sums = d76c51ac81d7e6810f9fbaa774dfa723
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 5da060ee57af..7f6282c7b14c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="GTK3-based panel for sway window manager"
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-wheel')
optdepends=('wlr-randr: for non-sway Wayland WMs support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('22128608c4d419c3dbda1ed32a552e1b')
+md5sums=('d76c51ac81d7e6810f9fbaa774dfa723')
package() {
cd "${pkgname}-${pkgver}"