upgpkg: grimblast-2025.09.15-2: fix dependencies
This commit is contained in:
parent
19b1eb5d6d
commit
67bb6a213a
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = grimblast
|
||||
pkgdesc = A helper for screenshots within Hyprland.
|
||||
pkgver = 2025.09.15
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/hyprwm/contrib
|
||||
arch = any
|
||||
license = MIT
|
||||
|
|
@ -14,5 +14,6 @@ pkgname = grimblast
|
|||
depends = bash
|
||||
depends = grim
|
||||
depends = hyprland
|
||||
depends = hyprpicker
|
||||
depends = jq
|
||||
depends = slurp
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
pkgname=grimblast
|
||||
pkgver=2025.09.15
|
||||
_commit="9e73a0e753251fbc6e987bd13324886dc6ca8f9a" # 2025-09-15
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A helper for screenshots within Hyprland."
|
||||
arch=(any)
|
||||
url="https://github.com/hyprwm/contrib"
|
||||
|
|
@ -32,6 +32,7 @@ package() {
|
|||
bash
|
||||
grim
|
||||
hyprland
|
||||
hyprpicker
|
||||
jq
|
||||
slurp
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue