summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-10 02:37:42 +0100
committerpiotr2024-01-10 02:37:42 +0100
commitd36afa6daf02da0ed4b51eb1da4e124ac6d76155 (patch)
tree44bc67fa6390e37f5bd203e2efbd6969c146c28e
parent0446b2b17255a5de673f52e03629fdfaa88aa273 (diff)
downloadaur-d36afa6daf02da0ed4b51eb1da4e124ac6d76155.tar.gz
missing dependency added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a935ba01ccc3..e6f712eacd4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
pkgver = 0.5.27
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nwg-piotr/nwg-shell
arch = any
license = MIT
@@ -43,6 +43,7 @@ pkgbase = nwg-shell
depends = nwg-shell-config
depends = nwg-shell-wallpapers
depends = nwg-displays
+ depends = nwg-clipman
depends = python-dasbus
depends = swaync
depends = gtklock
diff --git a/PKGBUILD b/PKGBUILD
index fcba40fbc339..7b9d20a04199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
pkgver=0.5.27
-pkgrel=1
+pkgrel=2
pkgdesc="nwg-shell meta-package"
arch=('any')
url="https://github.com/nwg-piotr/nwg-shell"
@@ -14,8 +14,9 @@ depends=('foot' 'gnome-themes-extra' 'grim' 'imagemagick' 'jq'
'swaylock' 'swaybg' 'wl-clipboard' 'xorg-xwayland' 'wlsunset'
'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')
+ 'nwg-shell-wallpapers' 'nwg-displays' 'nwg-clipman' 'python-dasbus' 'swaync'
+ 'gtklock' 'gtklock-userinfo-module' 'gtklock-powerbar-module'
+ 'gtklock-playerctl-module')
optdepends=('chromium: suggested web browser'
'mousepad: suggested text editor'
'thunar: suggested file manager'