Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-hello
Commits:
f2d20e19 by Robin Candau at 2024-08-21T00:39:33+02:00
upgpkg: 0.2.2-6: Fix cache.json file permission (for real)
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- nwg-hello.tmpfiles
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nwg-hello
pkgdesc = GTK3-based greeter for greetd written in python
pkgver = 0.2.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/nwg-piotr/nwg-hello
arch = any
license = MIT
@@ -20,6 +20,6 @@ pkgbase = nwg-hello
source =
nwg-hello-0.2.2.tar.gz::https://github.com/nwg-piotr/nwg-hello/archive/v0.2.2.tar.gz
source = nwg-hello.tmpfiles
sha256sums =
fe4ff972dfb1296e68e7648fc7ea9504870092c84aa997a9719c1db595f48924
- sha256sums =
33dcd9fb60933835ce3e7065b488eac27151bc677376153ab2b7f813e4e10dae
+ sha256sums =
7f684ff594b49f22035b804659541aa7b14d046c70f50e434227dbb2d083aa1c
pkgname = nwg-hello
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nwg-hello
pkgver=0.2.2
-pkgrel=5
+pkgrel=6
pkgdesc="GTK3-based greeter for greetd written in python"
url="https://github.com/nwg-piotr/nwg-hello"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('sway: Wayland compositor nwg-hello has been made
for'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.tmpfiles")
sha256sums=('fe4ff972dfb1296e68e7648fc7ea9504870092c84aa997a9719c1db595f48924'
- '33dcd9fb60933835ce3e7065b488eac27151bc677376153ab2b7f813e4e10dae')
+ '7f684ff594b49f22035b804659541aa7b14d046c70f50e434227dbb2d083aa1c')
build() {
cd "${pkgname}-${pkgver}"
=====================================
nwg-hello.tmpfiles
=====================================
@@ -1,2 +1,2 @@
-z /var/cache/nwg-hello 0755 greeter greeter -
-z /var/cache/nwg-hello/cache.json 0644 greeter greeter -
+d /var/cache/nwg-hello 0755 greeter greeter -
+f /var/cache/nwg-hello/cache.json 0644 greeter greeter -
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/f2d20e1967cbad01f64ce9a97686170ffe5df8b0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/f2d20e1967cbad01f64ce9a97686170ffe5df8b0
You're receiving this email because of your account on gitlab.archlinux.org.