summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-06-02 02:28:11 +0200
committerpiotr2023-06-02 02:28:11 +0200
commit6718fafd6112ec17c54758aef7c8bfb7891b4206 (patch)
tree358fa2d8ac27bc554ab6a49aa1fb122180fc0fba
parente7bd3a86d380c7277c3a0271e14bf9bdc68a31b8 (diff)
downloadaur-6718fafd6112ec17c54758aef7c8bfb7891b4206.tar.gz
update to 0.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15fe9075e058..d371fd41a05d 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.4
+ pkgver = 0.9.5
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.4.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.4.tar.gz
- md5sums = bcde486300c5ad6fa7963b72ff892399
+ source = nwg-panel-0.9.5.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.5.tar.gz
+ md5sums = 15b7c9a13ee3f6d2fb0f5e0d94650c1f
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 7896a2b9a965..a57e9eddc523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.4
+pkgver=0.9.5
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=('bcde486300c5ad6fa7963b72ff892399')
+md5sums=('15b7c9a13ee3f6d2fb0f5e0d94650c1f')
package() {
cd "${pkgname}-${pkgver}"