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 5d467fa6bd95..8e7fb63bbd2c 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.11
+ pkgver = 0.9.12
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = nwg-panel
optdepends = ddcutil: for external displays brightness control
provides = nwg-panel
conflicts = nwg-panel-git
- source = nwg-panel-0.9.11.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.11.tar.gz
- md5sums = 4c058810b202d1a6dc7debafc0050ca0
+ source = nwg-panel-0.9.12.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.12.tar.gz
+ md5sums = f8d39cfe453da3e825afa6d9f8bc345d
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 81d5460f5949..4bf2fa1c33d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.11
+pkgver=0.9.12
pkgrel=1
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
'ddcutil: for external displays brightness control')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('4c058810b202d1a6dc7debafc0050ca0')
+md5sums=('f8d39cfe453da3e825afa6d9f8bc345d')
package() {
cd "${pkgname}-${pkgver}"