summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-12-10 04:07:22 +0100
committerpiotr2022-12-10 04:07:22 +0100
commitaedb163ee23b5450d1226cd8789e4781a348d063 (patch)
tree2beacd2e22e48d5420807ac1fa5d121c78ead566
parentc03fc70da428abefdb5186dfccd2ca6e7a2750f7 (diff)
downloadaur-aedb163ee23b5450d1226cd8789e4781a348d063.tar.gz
update to 0.7.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1365ab0fc878..def387e7aadc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.7.14
+ pkgver = 0.7.15
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.14.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.14.tar.gz
- md5sums = e5b9821401189803b3c5197223a6001d
+ source = nwg-panel-0.7.15.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.15.tar.gz
+ md5sums = 5544e633c747eefc78c67406a56bdb6f
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 858682b5c9d5..d4158cb968ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.7.14
+pkgver=0.7.15
pkgrel=1
pkgdesc="GTK3-based panel for sway window manager"
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=('e5b9821401189803b3c5197223a6001d')
+md5sums=('5544e633c747eefc78c67406a56bdb6f')
package() {
cd "${pkgname}-${pkgver}"