summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-10-13 00:51:32 +0200
committerpiotr2022-10-13 00:51:32 +0200
commit7d2ea420fa8d294ff9385e733724f20f546f02a4 (patch)
treed997768f05e429b549c5c6a16f209cde455d4b3e
parent6d72f4cf5673126dbb6a20afbafc0059e128ae57 (diff)
downloadaur-7d2ea420fa8d294ff9385e733724f20f546f02a4.tar.gz
update to 0.7.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e2ffdaf8bb..694631f29194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.7.10
+ pkgver = 0.7.11
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.10.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.10.tar.gz
- md5sums = 57cbbd12f0ab49b55078a63c9c2d74d5
+ source = nwg-panel-0.7.11.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.7.11.tar.gz
+ md5sums = 15db4ccfc6120ea8d35e5b566f9c59df
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index baa21019bd15..6b51cf97a59f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.7.10
+pkgver=0.7.11
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=('57cbbd12f0ab49b55078a63c9c2d74d5')
+md5sums=('15db4ccfc6120ea8d35e5b566f9c59df')
package() {
cd "${pkgname}-${pkgver}"