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
|
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
|
||||||
|
|
|
||||||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue