summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-06-09 12:21:40 +0200
committerpiotr2023-06-09 12:21:40 +0200
commit2ec30691ce05a70cb5729274b9d54c7b84ca1ffb (patch)
treece18da5d24479e1cbc65d0bdf185b16fbadb0cf4
parentac79db8c6c8266bb64a960242d057f89735349e1 (diff)
downloadaur-2ec30691ce05a70cb5729274b9d54c7b84ca1ffb.tar.gz
update to 0.5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6519bef38575..20b17e54c17d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
@@ -35,6 +35,7 @@ pkgbase = nwg-shell
depends = gopsuinfo
depends = nwg-bar-bin
depends = nwg-dock-bin
+ depends = nwg-dock-hyprland-bin
depends = nwg-drawer-bin
depends = nwg-menu-bin
depends = nwg-look-bin
@@ -52,7 +53,7 @@ pkgbase = nwg-shell
optdepends = mousepad: suggested text editor
optdepends = thunar: suggested file manager
optdepends = nano: in case you hate vi
- source = nwg-shell-0.5.1.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.1/nwg-shell-v0.5.1.tar.gz
- md5sums = 80e02317ae467c4f49a005113e06f8d3
+ source = nwg-shell-0.5.2.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.2/nwg-shell-v0.5.2.tar.gz
+ md5sums = 44058002aa90f263ec3541b38eea22ff
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 174902563df9..16dad62d89f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('foot' 'gnome-themes-extra' 'grim' 'imagemagick' 'jq'
'papirus-icon-theme' 'playerctl' 'polkit-gnome'
'python-geopy' 'python-yaml' 'slurp' 'swappy' 'sway' 'swayidle'
'swaylock' 'swaybg' 'wl-clipboard' 'xorg-xwayland' 'wlsunset'
- 'azote' 'gopsuinfo' 'nwg-bar-bin' 'nwg-dock-bin' 'nwg-drawer-bin'
- 'nwg-menu-bin' 'nwg-look-bin' 'nwg-panel' 'nwg-shell-config'
+ 'azote' 'gopsuinfo' 'nwg-bar-bin' 'nwg-dock-bin' 'nwg-dock-hyprland-bin'
+ 'nwg-drawer-bin' 'nwg-menu-bin' 'nwg-look-bin' 'nwg-panel' 'nwg-shell-config'
'nwg-shell-wallpapers' 'nwg-displays' 'python-dasbus' 'swaync' 'gtklock'
'gtklock-userinfo-module' 'gtklock-powerbar-module' 'gtklock-playerctl-module')
optdepends=('chromium: suggested web browser'
@@ -23,7 +23,7 @@ optdepends=('chromium: suggested web browser'
makedepends=('python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v"$pkgver"/nwg-shell-v"$pkgver".tar.gz")
-md5sums=('80e02317ae467c4f49a005113e06f8d3')
+md5sums=('44058002aa90f263ec3541b38eea22ff')
package() {
cd "${pkgname}-${pkgver}"