summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2022-04-13 02:20:17 +0200
committerpiotr2022-04-13 02:20:17 +0200
commit5862535772465b87b24d27a4b3badf63d249c85f (patch)
tree8b7508602dc3c01ddc35656f06347cb9ca288cd6 /PKGBUILD
parentb66db61f3fa2ace0862511981eca773e0a0f4095 (diff)
downloadaur-5862535772465b87b24d27a4b3badf63d249c85f.tar.gz
update to 0.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a84a0546d847..2dc97e178c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="GTK3-based panel for sway window manager"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-panel"
license=('MIT')
-depends=('python' 'python-gobject' 'python-i3ipc' 'python-netifaces' 'python-psutil' 'bluez-utils' 'gtk3' 'gtk-layer-shell' 'light' 'pamixer' 'playerctl')
+depends=('python' 'python-gobject' 'python-i3ipc' 'python-dasbus' 'python-netifaces' 'python-psutil' 'bluez-utils' 'gtk3' 'gtk-layer-shell' 'light' 'pamixer' 'playerctl')
makedepends=('python-setuptools' 'python-wheel')
optdepends=('wlr-randr: for non-sway Wayland WMs support'
- 'swaync: for Sway Notification Center support'
- 'python-dasbus: for SNI system tray')
+ 'swaync: for Sway Notification Center support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('350ee93e3e8268300997cea3a6c9e32c')
+md5sums=('86444bcdde6fdeaeccbc1670296836c8')
package() {
cd "${pkgname}-${pkgver}"