summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2023-06-13 01:48:42 +0200
committerpiotr2023-06-13 01:48:42 +0200
commit4dbec0476c300bd01b542a91a444cfbfdd0a09f9 (patch)
tree7be5b1a6887e819c82d686e2b03f68c6f6f61c86 /PKGBUILD
parent810200b7515aeb4eeb324b512ddc63470df757bf (diff)
downloadaur-4dbec0476c300bd01b542a91a444cfbfdd0a09f9.tar.gz
update to 0.9.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfcd4da5d2aa..28ac375c5a3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.6
+pkgver=0.9.7
pkgrel=1
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
arch=('x86_64')
@@ -8,14 +8,14 @@ url="https://github.com/nwg-piotr/nwg-panel"
license=('MIT')
provides=('nwg-panel')
conflicts=('nwg-panel-git')
-depends=('python' 'python-gobject' 'python-i3ipc' 'python-cairo' 'python-dasbus' 'python-netifaces' 'python-psutil' 'python-requests' 'bluez-utils' 'gtk3' 'gtk-layer-shell' 'light' 'pamixer' 'playerctl' 'nwg-icon-picker')
+depends=('python' 'python-gobject' 'python-i3ipc' 'python-cairo' 'python-dasbus' 'python-netifaces' 'python-psutil' 'python-requests' 'bluez-utils' 'gtk3' 'gtk-layer-shell' 'light' 'playerctl' 'nwg-icon-picker')
makedepends=('python-setuptools' 'python-wheel')
optdepends=('wlr-randr: for non-sway Wayland WMs support'
'swaync: for Sway Notification Center 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=('0b7f265dad357828f00b52ea72f07ca2')
+md5sums=('1c437cd2cb7d972d333f09839888116f')
package() {
cd "${pkgname}-${pkgver}"