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 effbe382a589..1c9b19aa5a78 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.26
+ pkgver = 0.9.27
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.26.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.26.tar.gz
- md5sums = e45e90cba1e41cf931af40bbbd83afc4
+ source = nwg-panel-0.9.27.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.27.tar.gz
+ md5sums = 0a1b3233e889aef64296336f18559681
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index b117e1b2504e..f06e8c2c5a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.26
+pkgver=0.9.27
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=('e45e90cba1e41cf931af40bbbd83afc4')
+md5sums=('0a1b3233e889aef64296336f18559681')
package() {
cd "${pkgname}-${pkgver}"