summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-01-09 15:11:53 +0100
committerpiotr2022-01-09 15:11:53 +0100
commit67563d337668c51a64abc2989721617a48ba94a1 (patch)
treee4e998b5982f21064cf0ac2e00030993dc4df146
parent903c80697437436772d7a1cadac6eab23af86acc (diff)
downloadaur-67563d337668c51a64abc2989721617a48ba94a1.tar.gz
update to 0.5.6
-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}"