summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-01-11 03:20:06 +0100
committerpiotr2023-01-11 03:20:06 +0100
commit04111fcbd93e1993208b2916b4b64e42ba630d31 (patch)
tree7b92cb48f7ad0fde800fce72303b8e06bbef70b3
parentaedb163ee23b5450d1226cd8789e4781a348d063 (diff)
downloadaur-04111fcbd93e1993208b2916b4b64e42ba630d31.tar.gz
update to 0.7.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def387e7aadc..ffe3bcf3016b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
- pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.7.15
+ pkgdesc = GTK3-based panel for sway Wayland compositor
+ pkgver = 0.7.16
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.7.15.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.15.tar.gz
- md5sums = 5544e633c747eefc78c67406a56bdb6f
+ source = nwg-panel-0.7.16.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.16.tar.gz
+ md5sums = 7ca4255f5415dac0f6b47fc34348b902
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index d4158cb968ef..a42ab1e0af22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.7.15
+pkgver=0.7.16
pkgrel=1
-pkgdesc="GTK3-based panel for sway window manager"
+pkgdesc="GTK3-based panel for sway Wayland compositor"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-panel"
license=('MIT')
@@ -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=('5544e633c747eefc78c67406a56bdb6f')
+md5sums=('7ca4255f5415dac0f6b47fc34348b902')
package() {
cd "${pkgname}-${pkgver}"