summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-03-31 23:52:35 +0200
committerpiotr2023-03-31 23:52:35 +0200
commit2a097c2bd1ff233b46b39e86b74516b6c24ebb4d (patch)
treec34e09c4ba1be50af99ce4ec16c7290b7aad2494
parent70aea4d3981e0fd5ead9258c8acc8f7dbf6b916f (diff)
downloadaur-2a097c2bd1ff233b46b39e86b74516b6c24ebb4d.tar.gz
update to 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8afc21f4b95b..30946c71f356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway Wayland compositor
- pkgver = 0.8.1
+ pkgver = 0.8.2
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.1.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.8.1.tar.gz
- md5sums = 5e976c27e53799f4292367dea598fb99
+ source = nwg-panel-0.8.2.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.8.2.tar.gz
+ md5sums = a2280fc0a05820c68bcdef16aed80530
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 21b5f4a49648..7495756754dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.8.1
+pkgver=0.8.2
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=('5e976c27e53799f4292367dea598fb99')
+md5sums=('a2280fc0a05820c68bcdef16aed80530')
package() {
cd "${pkgname}-${pkgver}"