summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Werberich2024-01-07 11:21:29 +0100
committerElias Werberich2024-01-07 11:21:29 +0100
commita0e85f9156a2584d2124b781d97f89eb43a7360f (patch)
treeb6e8d19bd5b15d38041da4afd904c52f1fd3f823
parentba46ff03800d10332febf8ae191186e08eb93cd0 (diff)
downloadaur-grimblast-git.tar.gz
Add hyprpicker as optional dependency to support freeze flag
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 247ac991e5ae..82941f52e891 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grimblast-git
pkgdesc = A helper for screenshots within Hyprland.
- pkgver = r33.d4eccc8
+ pkgver = r89.fe26a90
pkgrel = 1
url = https://github.com/hyprwm/contrib
arch = any
@@ -11,6 +11,7 @@ pkgbase = grimblast-git
depends = slurp
depends = jq
optdepends = libnotify: Notify users when a screenshot is taken
+ optdepends = hyprpicker: Freeze the screen in area mode
optdepends = wl-clipboard: Copy screenshots
provides = grimblast
conflicts = grimblast
diff --git a/PKGBUILD b/PKGBUILD
index d8ee570b09ae..7fd093c0de78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Struan Robertson <struanrobertson@protonmail.com>
pkgname=grimblast-git
-pkgver=r33.d4eccc8
+pkgver=r89.fe26a90
pkgrel=1
pkgdesc="A helper for screenshots within Hyprland."
arch=("any")
@@ -12,6 +12,7 @@ provides=('grimblast')
conflicts=('grimblast')
depends=("hyprland" "grim" "slurp" "jq")
optdepends=('libnotify: Notify users when a screenshot is taken'
+ 'hyprpicker: Freeze the screen in area mode'
'wl-clipboard: Copy screenshots')
makedepends=("scdoc" "git")
source=("git+https://github.com/hyprwm/contrib.git")