Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sway-contrib
Commits: 21056b5c by Robin Candau at 2024-09-02T13:27:49+02:00 upgpkg: 1.9.0-2: Add the missing 'grim' dependency Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/sway-contrib/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,11 @@ pkgbase = sway-contrib pkgdesc = A collection of user-contributed scripts for sway pkgver = 1.9.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/OctopusET/sway-contrib arch = any license = MIT + depends = grim depends = jq depends = libnotify depends = python ===================================== PKGBUILD ===================================== @@ -1,4 +1,5 @@ # Maintainer: Brett Cornwall <[email protected]> +# Maintainer: Robin Candau <[email protected]> pkgname=sway-contrib # Upstream versions with <current_sway_version>-contrib.<version>. Since that @@ -6,12 +7,13 @@ pkgname=sway-contrib # entirely. pkgver=1.9.0 _upstream_pkgver="1.9-contrib.0" -pkgrel=1 +pkgrel=2 pkgdesc="A collection of user-contributed scripts for sway" arch=('any') url="https://github.com/OctopusET/sway-contrib" license=('MIT') depends=( + "grim" "jq" "libnotify" "python" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sway-contrib/-/commit/21056b5c3fcad758a5d2dcdd9eaf4e94f88c31fb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sway-contrib/-/commit/21056b5c3fcad758a5d2dcdd9eaf4e94f88c31fb You're receiving this email because of your account on gitlab.archlinux.org.
