summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Parreira2022-11-11 13:33:12 +0000
committerGustavo Parreira2022-11-11 13:33:12 +0000
commit52b80fd692c53f473a40073ea7bdcf1e17cd6ced (patch)
tree31a801e08510f3a4ca9d38b44faf687ad1d0b360
parent0bd27148f940dd18e11cd23d02e1a47b6e664c14 (diff)
downloadaur-52b80fd692c53f473a40073ea7bdcf1e17cd6ced.tar.gz
chore: release 1.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11b76b118d40..fff582f8946b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprshot
pkgdesc = A utility to easily take screenshots in Hyprland using your mouse
- pkgver = 1.1.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/Gustash/hyprshot
arch = any
@@ -10,9 +10,10 @@ pkgbase = hyprshot
depends = slurp
depends = wl-clipboard
depends = libnotify
+ depends = imagemagick
provides = hyprshot
conflicts = hyprshot
- source = hyprshot-1.1.0.tar.gz::https://github.com/Gustash/hyprshot/archive/1.1.0.tar.gz
- sha512sums = f8da4ac1e9a5fc2e458698782e64778cd6b06ff930313b12895bdce66f481d3ac92bac481079817cea8582baab9ff59f65a2a13e4b586bf3187a1c0bc40937af
+ source = hyprshot-1.2.1.tar.gz::https://github.com/Gustash/hyprshot/archive/1.2.1.tar.gz
+ sha512sums = 90513404c07885b75838fce814855e12bc48af214fbab7a5792b6a8f84f4d433e45811f3dedbc1651005c1797d549bf48f85b8a1c7b01982ea839c8b62f05d26
pkgname = hyprshot
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"