summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-09 01:20:02 +0100
committerpiotr2024-01-09 01:20:02 +0100
commitc100579c42f93a3c334b4bb50de305bb0bb1e3a4 (patch)
tree76e343d2a10b0215265227a36477116d711ba4ba
parent71479713d46ae1c5acaeb398df8d65c6fdf866ed (diff)
downloadaur-c100579c42f93a3c334b4bb50de305bb0bb1e3a4.tar.gz
update to 0.9.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b1c3e352d1..79d750fea780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
- pkgver = 0.9.19
+ pkgver = 0.9.20
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = any
@@ -26,7 +26,7 @@ pkgbase = nwg-panel
optdepends = swaync: for Sway Notification Center support
optdepends = ddcutil: for external displays brightness control
optdepends = upower: for multiple batteries support
- source = nwg-panel-0.9.19.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.19.tar.gz
- md5sums = 3e0e2dd1164e68da3ef0341b675f71e7
+ source = nwg-panel-0.9.20.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.20.tar.gz
+ md5sums = 09bc3dacbd410a3b04fa7e80f9253cda
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index b44230eead6f..5603267117be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.19
+pkgver=0.9.20
pkgrel=1
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
'upower: for multiple batteries support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('3e0e2dd1164e68da3ef0341b675f71e7')
+md5sums=('09bc3dacbd410a3b04fa7e80f9253cda')
package() {
cd "${pkgname}-${pkgver}"