summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-05-04 00:28:40 +0200
committerpiotr2023-05-04 00:28:40 +0200
commit5eb699cb57849c6fe886f757bd142958aaa4f21b (patch)
tree2e351b857aadce5eb93f276c3b5aaa884f323389
parente7d4b62fe322fcf4ea48dae21abcd5e375564291 (diff)
downloadaur-5eb699cb57849c6fe886f757bd142958aaa4f21b.tar.gz
update to 0.8.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df6d61f4d903..0b123e6966fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway Wayland compositor
- pkgver = 0.8.7
+ pkgver = 0.8.8
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = nwg-panel
provides = nwg-panel
conflicts = nwg-panel
conflicts = nwg-panel-git
- source = nwg-panel-0.8.7.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.8.7.tar.gz
- md5sums = 276ced15162d80ee60422e08a0b043a8
+ source = nwg-panel-0.8.8.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.8.8.tar.gz
+ md5sums = c32b0b17a1a9468d77d23ec3ab37af8f
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index ff6aaae860ed..d72a4b499234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.8.7
+pkgver=0.8.8
pkgrel=1
pkgdesc="GTK3-based panel for sway Wayland compositor"
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=('276ced15162d80ee60422e08a0b043a8')
+md5sums=('c32b0b17a1a9468d77d23ec3ab37af8f')
package() {
cd "${pkgname}-${pkgver}"