summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2021-11-16 00:37:51 +0100
committerpiotr2021-11-16 00:37:51 +0100
commite6ab0a87ce0230a1e39887648782d40841200234 (patch)
tree71aa8398c9a22bb318a78630173a01b45041b7ec
parentb56a5bb9b1810774407d8addef34b663b6e887f6 (diff)
downloadaur-e6ab0a87ce0230a1e39887648782d40841200234.tar.gz
update to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 809f8615efc5..78c0bff2fdb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway window manager
- pkgver = 0.4.3
+ pkgver = 0.5.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.4.3.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.4.3.tar.gz
- md5sums = 14be64e65a8d5cb6cca97174956e1ba6
+ source = nwg-panel-0.5.0.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.5.0.tar.gz
+ md5sums = c1c841564af96e0c7dce13127184f9cb
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 9b960af846b6..8921e847bb09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.4.3
+pkgver=0.5.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=('14be64e65a8d5cb6cca97174956e1ba6')
+md5sums=('c1c841564af96e0c7dce13127184f9cb')
package() {
cd "${pkgname}-${pkgver}"