summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-04-10 23:54:31 +0200
committerpiotr2023-04-10 23:54:31 +0200
commitd29eb4be14513c5fb3929da5d379bc77ea73194b (patch)
tree99fe28f090f83206f1c2f6792e8c69b301f48686
parent2a097c2bd1ff233b46b39e86b74516b6c24ebb4d (diff)
downloadaur-d29eb4be14513c5fb3929da5d379bc77ea73194b.tar.gz
update to 0.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30946c71f356..461459e6cdd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway Wayland compositor
- pkgver = 0.8.2
+ pkgver = 0.8.3
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.2.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.8.2.tar.gz
- md5sums = a2280fc0a05820c68bcdef16aed80530
+ source = nwg-panel-0.8.3.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.8.3.tar.gz
+ md5sums = e710bd22d295575a00d2bffcd0e9076f
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 7495756754dd..a73880e1007f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.8.2
+pkgver=0.8.3
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=('a2280fc0a05820c68bcdef16aed80530')
+md5sums=('e710bd22d295575a00d2bffcd0e9076f')
package() {
cd "${pkgname}-${pkgver}"