summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c665f9faccb..3f61d149e2c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = hyprshot-git
pkgdesc = A utility to easily take screenshots in Hyprland using your mouse
- pkgver = 1.2.1.r0.a7aa508
- pkgrel = 3
+ pkgver = 1.2.3.r0.0c60c49
+ pkgrel = 1
url = https://github.com/Gustash/Hyprshot
arch = any
license = GPL
makedepends = git
+ depends = bash
depends = jq
depends = grim
depends = slurp
depends = wl-clipboard
depends = libnotify
- depends = imagemagick
provides = hyprshot
conflicts = hyprshot
source = hyprshot::git+https://github.com/Gustash/Hyprshot.git
diff --git a/PKGBUILD b/PKGBUILD
index ffa0f08c4831..c84e502d3772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Gustavo Parreira <gustavotcparreira at gmail dot com>
_basename='hyprshot'
pkgname="$_basename-git"
-pkgver=1.2.1.r0.a7aa508
-pkgrel=3
+pkgver=1.2.3.r0.0c60c49
+pkgrel=1
pkgdesc="A utility to easily take screenshots in Hyprland using your mouse"
arch=('any')
url="https://github.com/Gustash/Hyprshot"
license=('GPL')
-depends=('jq' 'grim' 'slurp' 'wl-clipboard' 'libnotify' 'imagemagick')
+depends=('bash' 'jq' 'grim' 'slurp' 'wl-clipboard' 'libnotify')
makedepends=('git')
provides=("$_basename")
conflicts=("$_basename")