summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Parreira2022-11-11 20:32:18 +0000
committerGustavo Parreira2022-11-11 20:32:18 +0000
commit5478bb2244eafc86ed26f6c06ceecf1d64c96cde (patch)
tree8bbea53b83f48f38a253be8944462a4d2bc7e0c5 /PKGBUILD
parent52b80fd692c53f473a40073ea7bdcf1e17cd6ced (diff)
downloadaur-5478bb2244eafc86ed26f6c06ceecf1d64c96cde.tar.gz
fix: updated repo url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f926bdde0c1..e804bdc3f39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gustavo Parreira <gustavotcparreira at gmail dot com>
pkgname=hyprshot
pkgver=1.2.1
-pkgrel=1
-url="https://github.com/Gustash/hyprshot"
+pkgrel=2
+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' 'imagemagick')
provides=("$pkgname")
conflicts=("$pkgname")
-source=("hyprshot-$pkgver.tar.gz::https://github.com/Gustash/hyprshot/archive/$pkgver.tar.gz")
+source=("hyprshot-$pkgver.tar.gz::https://github.com/Gustash/Hyprshot/archive/$pkgver.tar.gz")
sha512sums=('90513404c07885b75838fce814855e12bc48af214fbab7a5792b6a8f84f4d433e45811f3dedbc1651005c1797d549bf48f85b8a1c7b01982ea839c8b62f05d26')
package() {