Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-shell
Commits:
56f24804 by Robin Candau at 2024-08-20T20:17:53+02:00
upgpkg: 0.5.38-6: typo fix
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- nwg-shell.install
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = Installer & meta-package for the nwg-shell project
pkgver = 0.5.38
- pkgrel = 5
+ pkgrel = 6
url = https://nwg-piotr.github.io/nwg-shell/
install = nwg-shell.install
arch = any
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nwg-shell
pkgver=0.5.38
-pkgrel=5
+pkgrel=6
pkgdesc="Installer & meta-package for the nwg-shell project"
url="https://nwg-piotr.github.io/nwg-shell/"
arch=('any')
=====================================
nwg-shell.install
=====================================
@@ -1,6 +1,6 @@
post_install() {
echo "---"
- echo "The nwg-shell supports Sway and, optionally, Hyprland (see the
list of optional dependencies required for the Hyprland support)"
+ echo "The nwg-shell supports Sway and, optionally, Hyprland (see the
list of optional dependencies required for the Hyprland support)."
echo "You can generate default configurations and styles sheets for
each nwg-shell components and for your Wayland compositor by running:"
echo
echo "nwg-shell-installer -w (for Sway)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/56f2480453c395306bbd001121e562938f404d44
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/56f2480453c395306bbd001121e562938f404d44
You're receiving this email because of your account on gitlab.archlinux.org.