summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-05-13 03:58:10 +0200
committerpiotr2022-05-13 03:58:10 +0200
commit0d5155ccbd93310881cee0ffb74c58d8c228c69c (patch)
tree630c01b64b55219e03cfc873cc601af782c37440
parent5862535772465b87b24d27a4b3badf63d249c85f (diff)
downloadaur-0d5155ccbd93310881cee0ffb74c58d8c228c69c.tar.gz
update to 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c327d25e6a3d..21808a18ac32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = nwg-panel
depends = playerctl
optdepends = wlr-randr: for non-sway Wayland WMs support
optdepends = swaync: for Sway Notification Center support
- source = nwg-panel-0.6.3.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.6.3.tar.gz
- md5sums = 86444bcdde6fdeaeccbc1670296836c8
+ source = nwg-panel-0.6.4.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.6.4.tar.gz
+ md5sums = 419a4bc2c07d270d1b7cdeef47f8b85f
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 2dc97e178c80..790976b8c543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="GTK3-based panel for sway window manager"
arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
'swaync: for Sway Notification Center support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('86444bcdde6fdeaeccbc1670296836c8')
+md5sums=('419a4bc2c07d270d1b7cdeef47f8b85f')
package() {
cd "${pkgname}-${pkgver}"