Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-hello
Commits:
aafacad0 by Robin Candau at 2024-08-21T00:25:42+02:00
upgpkg: 0.2.2-5: Fix cache.json file permission
- - - - -
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 = 4
+ pkgrel = 5
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 =
ba7c2e1f41fc26ca7c399af942aae01d4d00167f8f124229522e3064de6d8b3f
+ sha256sums =
33dcd9fb60933835ce3e7065b488eac27151bc677376153ab2b7f813e4e10dae
pkgname = nwg-hello
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nwg-hello
pkgver=0.2.2
-pkgrel=4
+pkgrel=5
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'
- 'ba7c2e1f41fc26ca7c399af942aae01d4d00167f8f124229522e3064de6d8b3f')
+ '33dcd9fb60933835ce3e7065b488eac27151bc677376153ab2b7f813e4e10dae')
build() {
cd "${pkgname}-${pkgver}"
=====================================
nwg-hello.tmpfiles
=====================================
@@ -1 +1,2 @@
-Z /var/cache/nwg-hello 0755 greeter greeter -
+z /var/cache/nwg-hello 0755 greeter greeter -
+z /var/cache/nwg-hello/cache.json 0644 greeter greeter -
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/aafacad0d2816285a3bbd71aad0c18c327d9911b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/aafacad0d2816285a3bbd71aad0c18c327d9911b
You're receiving this email because of your account on gitlab.archlinux.org.