summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2021-07-25 01:28:40 +0200
committerpiotr2021-07-25 01:28:40 +0200
commit8437ea36cc7542b27c10205b04fbc27a842724ac (patch)
tree6b019dedb86f932895cd52282d9e7da786de5b86
parent77c64d034c1883b157ebf8d6dd6250df1183ca14 (diff)
downloadaur-8437ea36cc7542b27c10205b04fbc27a842724ac.tar.gz
update to 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553eb10b84df..7e24d05d0d92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.3.4
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = nwg-panel
depends = pamixer
depends = playerctl
optdepends = wlr-randr: for non-sway Wayland WMs support
- source = nwg-panel-0.3.4.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.3.4.tar.gz
- md5sums = 4874905c50f64ca5eac402295bc841a9
+ source = nwg-panel-0.4.0.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.4.0.tar.gz
+ md5sums = 22207a17b965dedad2e2ad3b1682c677
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index b2645f3470e1..363cbb261dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=1
pkgdesc="GTK3-based panel for sway window manager"
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-wheel')
optdepends=('wlr-randr: for non-sway Wayland WMs support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('4874905c50f64ca5eac402295bc841a9')
+md5sums=('22207a17b965dedad2e2ad3b1682c677')
package() {
cd "${pkgname}-${pkgver}"