summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-07-31 02:23:00 +0200
committerpiotr2022-07-31 02:23:00 +0200
commit29fc1202b9ca96295933e38492c1c8eecb07cd0c (patch)
treee5faee9c4737612bd176008abaaa73d375616af3
parent8dafcc173243c6a3e81e93e3932be7ff2f7d9609 (diff)
downloadaur-29fc1202b9ca96295933e38492c1c8eecb07cd0c.tar.gz
update to 0.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca9c7d79a95a..68a869ea1701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.7.2
+ pkgver = 0.7.3
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = nwg-panel
optdepends = wlr-randr: for non-sway Wayland WMs support
optdepends = swaync: for Sway Notification Center support
optdepends = ddcutil: for external displays brightness control
- source = nwg-panel-0.7.2.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.2.tar.gz
- md5sums = ab3c7a5186f31b8f46bcdb741947764e
+ source = nwg-panel-0.7.3.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.3.tar.gz
+ md5sums = 4bd23612b542fed370cf60b37ff8a2b5
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index ffcad3615fa1..eb639266880e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="GTK3-based panel for sway window manager"
arch=('x86_64')
@@ -13,7 +13,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=('ab3c7a5186f31b8f46bcdb741947764e')
+md5sums=('4bd23612b542fed370cf60b37ff8a2b5')
package() {
cd "${pkgname}-${pkgver}"