summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Parreira2022-11-09 23:05:28 +0000
committerGustavo Parreira2022-11-09 23:05:28 +0000
commite12cf2eea4866e91a915772400589f8c47635827 (patch)
tree8d3fdfa7460cdd87b648d5ed20b7ffd92baed247
parent93e01c289ff17534a46fc2b8cc6e1056ebe8faa6 (diff)
downloadaur-e12cf2eea4866e91a915772400589f8c47635827.tar.gz
chore: release 1.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb89c6c3ef3e..c7a7c048a5b5 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.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/Gustash/hyprshot
arch = any
@@ -9,7 +9,8 @@ pkgbase = hyprshot
depends = grim
depends = slurp
depends = wl-clipboard
- source = hyprshot-1.0.0.tar.gz::https://github.com/Gustash/hyprshot/archive/1.0.0.tar.gz
- sha512sums = be719c84c7b3d72331fb7422e3d211c9260e56c56a05a9d5c184d6e3c8de042c75657343f08b81a1b73b1a0e9aff2824b2e2cb8b8eac7c0e117137c0acb9386d
+ depends = libnotify
+ source = hyprshot-1.0.1.tar.gz::https://github.com/Gustash/hyprshot/archive/1.0.1.tar.gz
+ sha512sums = 315f0b41100a66ae5dc640a00a6d6e7af0c595b71f5f2562c417999015f58de03ed7b26acf9115f472a721389c627eafec6a83221ce54847f5d6603dae4c98ce
pkgname = hyprshot
diff --git a/PKGBUILD b/PKGBUILD
index b493b4c89c2a..5ac2a87c9d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gustavo Parreira <gustavotcparreira at gmail dot com>
pkgname=hyprshot
-pkgver=1.0.0
+pkgver=1.0.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')
+depends=('jq' 'grim' 'slurp' 'wl-clipboard' 'libnotify')
optdepends=()
-source=("hyprshot-1.0.0.tar.gz::https://github.com/Gustash/hyprshot/archive/$pkgver.tar.gz")
-sha512sums=('be719c84c7b3d72331fb7422e3d211c9260e56c56a05a9d5c184d6e3c8de042c75657343f08b81a1b73b1a0e9aff2824b2e2cb8b8eac7c0e117137c0acb9386d')
+source=("hyprshot-$pkgver.tar.gz::https://github.com/Gustash/hyprshot/archive/$pkgver.tar.gz")
+sha512sums=('315f0b41100a66ae5dc640a00a6d6e7af0c595b71f5f2562c417999015f58de03ed7b26acf9115f472a721389c627eafec6a83221ce54847f5d6603dae4c98ce')
package() {
cd "$pkgname-$pkgver"