summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be4a27287198..9f926bdde0c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Gustavo Parreira <gustavotcparreira at gmail dot com>
pkgname=hyprshot
-pkgver=1.1.0
+pkgver=1.2.1
pkgrel=1
url="https://github.com/Gustash/hyprshot"
pkgdesc="A utility to easily take screenshots in Hyprland using your mouse"
arch=('any')
license=('GPL')
-depends=('jq' 'grim' 'slurp' 'wl-clipboard' 'libnotify')
+depends=('jq' 'grim' 'slurp' 'wl-clipboard' 'libnotify' 'imagemagick')
provides=("$pkgname")
conflicts=("$pkgname")
source=("hyprshot-$pkgver.tar.gz::https://github.com/Gustash/hyprshot/archive/$pkgver.tar.gz")
-sha512sums=('f8da4ac1e9a5fc2e458698782e64778cd6b06ff930313b12895bdce66f481d3ac92bac481079817cea8582baab9ff59f65a2a13e4b586bf3187a1c0bc40937af')
+sha512sums=('90513404c07885b75838fce814855e12bc48af214fbab7a5792b6a8f84f4d433e45811f3dedbc1651005c1797d549bf48f85b8a1c7b01982ea839c8b62f05d26')
package() {
cd "$pkgname-$pkgver"