summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Parreira2022-11-11 20:32:18 +0000
committerGustavo Parreira2022-11-11 20:32:18 +0000
commit5478bb2244eafc86ed26f6c06ceecf1d64c96cde (patch)
tree8bbea53b83f48f38a253be8944462a4d2bc7e0c5
parent52b80fd692c53f473a40073ea7bdcf1e17cd6ced (diff)
downloadaur-5478bb2244eafc86ed26f6c06ceecf1d64c96cde.tar.gz
fix: updated repo url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff582f8946b..bdb00457293f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hyprshot
pkgdesc = A utility to easily take screenshots in Hyprland using your mouse
pkgver = 1.2.1
- pkgrel = 1
- url = https://github.com/Gustash/hyprshot
+ pkgrel = 2
+ url = https://github.com/Gustash/Hyprshot
arch = any
license = GPL
depends = jq
@@ -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
+ 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 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() {