summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-05-10 03:00:33 +0200
committerpiotr2023-05-10 03:00:33 +0200
commit61175a0b3a0331ee4ae2730a817f8e41cb09d811 (patch)
tree936bc279a75b329e1c7d54b09a264384917bc50f
parent9b094f9b9a69f914b5a665fc6b6e1703c146b718 (diff)
downloadaur-61175a0b3a0331ee4ae2730a817f8e41cb09d811.tar.gz
update to 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e93f3bb18be..31fea76ce77d 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.1
+ pkgver = 0.9.2
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.1.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.1.tar.gz
- md5sums = c794cac781f13558da41f79ed1807d7a
+ source = nwg-panel-0.9.2.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.2.tar.gz
+ md5sums = d6b6b9cf56f0add688bc35ddac1f7648
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 8535bf7e7ab1..ed49fc45a1fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.1
+pkgver=0.9.2
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=('c794cac781f13558da41f79ed1807d7a')
+md5sums=('d6b6b9cf56f0add688bc35ddac1f7648')
package() {
cd "${pkgname}-${pkgver}"