summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Parreira2023-06-15 20:08:21 +0100
committerGustavo Parreira2023-06-15 20:08:21 +0100
commitfda6c605eb934eea1a10d02124dff80d1a5d3feb (patch)
treeaedbce49824de99e283c3828d4c51825addb8fe1
parent5d4eac5c60f818875d79109cdb16a0a52c516764 (diff)
downloadaur-fda6c605eb934eea1a10d02124dff80d1a5d3feb.tar.gz
chore: release 1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f93e3dfb0f01..152e07f183a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprshot
pkgdesc = A utility to easily take screenshots in Hyprland using your mouse
- pkgver = 1.2.1
- pkgrel = 4
+ pkgver = 1.2.2
+ pkgrel = 1
url = https://github.com/Gustash/Hyprshot
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = hyprshot
depends = imagemagick
provides = hyprshot
conflicts = hyprshot
- source = Hyprshot-1.2.1.tar.gz::https://github.com/Gustash/Hyprshot/archive/1.2.1.tar.gz
- sha512sums = ba607603ad4cd2ffd25cfd79a6de93b1a9b96d5441660eb307af7e5797922034c471154cf9a8984902b9d39425e4f4fd994abfa0d1560c20163b17d713df97b3
+ source = Hyprshot-1.2.2.tar.gz::https://github.com/Gustash/Hyprshot/archive/1.2.2.tar.gz
+ sha512sums = ee135452b7d26ede6ca32f4c52f8a53e686171b789eb66cdcc3dc98f2b4fdabb4ca143f5e0dcca37ac08b6223240a1f148e6592b9878efc728573c6486f17c6d
pkgname = hyprshot
diff --git a/PKGBUILD b/PKGBUILD
index 5bb5c7139360..065d84fb05c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Parreira <gustavotcparreira at gmail dot com>
pkgname=hyprshot
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
url="https://github.com/Gustash/Hyprshot"
pkgdesc="A utility to easily take screenshots in Hyprland using your mouse"
arch=('any')
@@ -10,7 +10,7 @@ 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=('ba607603ad4cd2ffd25cfd79a6de93b1a9b96d5441660eb307af7e5797922034c471154cf9a8984902b9d39425e4f4fd994abfa0d1560c20163b17d713df97b3')
+sha512sums=('ee135452b7d26ede6ca32f4c52f8a53e686171b789eb66cdcc3dc98f2b4fdabb4ca143f5e0dcca37ac08b6223240a1f148e6592b9878efc728573c6486f17c6d')
package() {
cd "Hyprshot-$pkgver"