summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2022-06-17 01:15:09 +0200
committerpiotr2022-06-17 01:15:09 +0200
commit582f6ccad45250d268c3c6101557b0ef59079f82 (patch)
tree578bb300698efdbf83269980c2802afc267ad21a /PKGBUILD
parentbd20fb593c5022a01a39f049aea236f0c9affa13 (diff)
downloadaur-582f6ccad45250d268c3c6101557b0ef59079f82.tar.gz
update to 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9eb6c26c7b8f..b35e59a76600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.7.0
+pkgver=0.7.1
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-dasbus' 'python-netifaces' 'python-psutil' 'bluez-utils' 'gtk3' 'gtk-layer-shell' 'light' 'pamixer' 'playerctl' nwg-icon-picker)
+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'
'swaync: for Sway Notification Center support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('09397722b349eb91b1055ced056c075a')
+md5sums=('c1a521e3d8b1ad8650d88bb6e0cdfd09')
package() {
cd "${pkgname}-${pkgver}"