summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-08-29 01:47:33 +0200
committerpiotr2022-08-29 01:47:33 +0200
commiteb1c95e7f02100d860b33227ad4e5ed07baf7340 (patch)
tree6feac19e4aa5001ac3d29a5e75f1941c6862843d
parente87b98f85acf34caf83a8a252284d7072c6f03ce (diff)
downloadaur-eb1c95e7f02100d860b33227ad4e5ed07baf7340.tar.gz
update to 0.2.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90069a50ab08..344ef0000d11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
@@ -42,7 +42,6 @@ pkgbase = nwg-shell
depends = nwg-panel
depends = nwg-shell-config
depends = nwg-shell-wallpapers
- depends = nwg-wrapper
depends = nwg-displays
depends = python-dasbus
depends = swaync
@@ -51,7 +50,7 @@ pkgbase = nwg-shell
optdepends = thunar: suggested file manager
optdepends = nano: in case you hate vi
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
+ source = nwg-shell-0.2.4.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.2.4.tar.gz
+ md5sums = 6bffc4075d16dcba078ba2bf7dcf3e35
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 425e7870e5ba..254e7e3b96e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=1
pkgdesc="nwg-shell meta-package, installer and updater"
arch=('x86_64')
@@ -14,8 +14,7 @@ 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-shell-wallpapers' 'nwg-wrapper' 'nwg-displays' 'python-dasbus'
- 'swaync')
+ 'nwg-shell-wallpapers' 'nwg-displays' 'python-dasbus' 'swaync')
optdepends=('chromium: suggested web browser'
'mousepad: suggested text editor'
'thunar: suggested file manager'
@@ -24,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/archive/v"$pkgver".tar.gz")
-md5sums=('8cf30ecb7f48817d5f810480322a4188')
+md5sums=('6bffc4075d16dcba078ba2bf7dcf3e35')
package() {
cd "${pkgname}-${pkgver}"