upgpkg: grimblast-2025.09.15-2: fix dependencies

This commit is contained in:
Christian Schendel 2025-09-20 08:22:28 +02:00
parent 19b1eb5d6d
commit 67bb6a213a
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = grimblast pkgbase = grimblast
pkgdesc = A helper for screenshots within Hyprland. pkgdesc = A helper for screenshots within Hyprland.
pkgver = 2025.09.15 pkgver = 2025.09.15
pkgrel = 1 pkgrel = 2
url = https://github.com/hyprwm/contrib url = https://github.com/hyprwm/contrib
arch = any arch = any
license = MIT license = MIT
@ -14,5 +14,6 @@ pkgname = grimblast
depends = bash depends = bash
depends = grim depends = grim
depends = hyprland depends = hyprland
depends = hyprpicker
depends = jq depends = jq
depends = slurp depends = slurp

View file

@ -5,7 +5,7 @@
pkgname=grimblast pkgname=grimblast
pkgver=2025.09.15 pkgver=2025.09.15
_commit="9e73a0e753251fbc6e987bd13324886dc6ca8f9a" # 2025-09-15 _commit="9e73a0e753251fbc6e987bd13324886dc6ca8f9a" # 2025-09-15
pkgrel=1 pkgrel=2
pkgdesc="A helper for screenshots within Hyprland." pkgdesc="A helper for screenshots within Hyprland."
arch=(any) arch=(any)
url="https://github.com/hyprwm/contrib" url="https://github.com/hyprwm/contrib"
@ -32,6 +32,7 @@ package() {
bash bash
grim grim
hyprland hyprland
hyprpicker
jq jq
slurp slurp
) )