summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-07-11 00:16:53 +0200
committerpiotr2022-07-11 00:16:53 +0200
commite87b98f85acf34caf83a8a252284d7072c6f03ce (patch)
treed840490bbc539d84a14e00dc10b6919e41bd08e5
parent286398478ee7e4f144becf8eee55affd4fa35ead (diff)
downloadaur-e87b98f85acf34caf83a8a252284d7072c6f03ce.tar.gz
update to 0.2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1a0a9ef26e3..90069a50ab08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.2.2
- pkgrel = 2
+ pkgver = 0.2.3
+ pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
license = MIT
@@ -41,6 +41,7 @@ pkgbase = nwg-shell
depends = nwg-look-bin
depends = nwg-panel
depends = nwg-shell-config
+ depends = nwg-shell-wallpapers
depends = nwg-wrapper
depends = nwg-displays
depends = python-dasbus
@@ -49,7 +50,8 @@ pkgbase = nwg-shell
optdepends = mousepad: suggested text editor
optdepends = thunar: suggested file manager
optdepends = nano: in case you hate vi
- source = nwg-shell-0.2.2.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.2.2.tar.gz
- md5sums = ee1475b192f6bd2a8d8cd5ce0ec48a27
+ optdepends = gtklock: gtk-based alternative to swaylock
+ source = nwg-shell-0.2.3.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.2.3.tar.gz
+ md5sums = 8cf30ecb7f48817d5f810480322a4188
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 39f5a72869f9..425e7870e5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
pkgdesc="nwg-shell meta-package, installer and updater"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-shell"
@@ -14,15 +14,17 @@ depends=('foot' 'gnome-themes-extra' 'grim' 'imagemagick' 'jq'
'swaylock' 'swaybg' 'wl-clipboard' 'xorg-xwayland' 'autotiling'
'azote' 'gopsuinfo' 'nwg-bar-bin' 'nwg-dock-bin' 'nwg-drawer-bin'
'nwg-menu-bin' 'nwg-look-bin' 'nwg-panel' 'nwg-shell-config'
- 'nwg-wrapper' 'nwg-displays' 'python-dasbus' 'swaync')
+ 'nwg-shell-wallpapers' 'nwg-wrapper' 'nwg-displays' 'python-dasbus'
+ 'swaync')
optdepends=('chromium: suggested web browser'
'mousepad: suggested text editor'
'thunar: suggested file manager'
- 'nano: in case you hate vi')
+ 'nano: in case you hate vi'
+ 'gtklock: gtk-based alternative to swaylock')
makedepends=('python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v"$pkgver".tar.gz")
-md5sums=('ee1475b192f6bd2a8d8cd5ce0ec48a27')
+md5sums=('8cf30ecb7f48817d5f810480322a4188')
package() {
cd "${pkgname}-${pkgver}"