Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / xssstate
Commits: 91a881e3 by Lukas Fleischer at 2025-07-26T20:33:06-04:00 upgpkg: 1.1-7: fix URL - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,8 +1,8 @@ pkgbase = xssstate pkgdesc = A simple tool to retrieve the X screensaver state pkgver = 1.1 - pkgrel = 6 - url = https://tools.suckless.org/xssstate + pkgrel = 7 + url = https://tools.suckless.org/x/xssstate arch = x86_64 license = MIT depends = libxss ===================================== PKGBUILD ===================================== @@ -1,9 +1,9 @@ pkgname=xssstate pkgver=1.1 -pkgrel=6 +pkgrel=7 pkgdesc='A simple tool to retrieve the X screensaver state' arch=('x86_64') -url="https://tools.suckless.org/$pkgname" +url="https://tools.suckless.org/x/$pkgname" license=('MIT') depends=('libxss' 'sh') source=("https://dl.suckless.org/tools/$pkgname-1.1.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xssstate/-/commit/91a881e3fff5a120179d850909e4cca97241f6df -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xssstate/-/commit/91a881e3fff5a120179d850909e4cca97241f6df You're receiving this email because of your account on gitlab.archlinux.org.