summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-05-06 01:22:28 +0200
committerpiotr2023-05-06 01:22:28 +0200
commit9b094f9b9a69f914b5a665fc6b6e1703c146b718 (patch)
treee7afd63a6dc7c9809663e685642727f88d88c645
parent0d43de980de2fe8e20a3ae4fdf3a07bb03953142 (diff)
downloadaur-9b094f9b9a69f914b5a665fc6b6e1703c146b718.tar.gz
update to 0.9.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91a73bfb156c..7e93f3bb18be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = x86_64
@@ -25,9 +25,8 @@ pkgbase = nwg-panel
optdepends = swaync: for Sway Notification Center support
optdepends = ddcutil: for external displays brightness control
provides = nwg-panel
- conflicts = nwg-panel
conflicts = nwg-panel-git
- source = nwg-panel-0.9.0.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.0.tar.gz
- md5sums = bfc809c3add030ffb2ef76fa7fa9fead
+ source = nwg-panel-0.9.1.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.1.tar.gz
+ md5sums = c794cac781f13558da41f79ed1807d7a
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index 919e53719abf..8535bf7e7ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-panel"
license=('MIT')
provides=('nwg-panel')
-conflicts=('nwg-panel' 'nwg-panel-git')
+conflicts=('nwg-panel-git')
depends=('python' 'python-gobject' 'python-i3ipc' 'python-dasbus' 'python-netifaces' 'python-psutil' 'python-requests' 'bluez-utils' 'gtk3' 'gtk-layer-shell' 'light' 'pamixer' 'playerctl' 'nwg-icon-picker')
makedepends=('python-setuptools' 'python-wheel')
optdepends=('wlr-randr: for non-sway Wayland WMs support'
@@ -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=('bfc809c3add030ffb2ef76fa7fa9fead')
+md5sums=('c794cac781f13558da41f79ed1807d7a')
package() {
cd "${pkgname}-${pkgver}"