summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Parreira2022-11-26 21:15:35 +0000
committerGustavo Parreira2022-11-26 21:15:35 +0000
commit5d4eac5c60f818875d79109cdb16a0a52c516764 (patch)
tree003de7afb761a89c73e499c75900c808255f402d
parent74e55b264e8ee0c90943d16b5765f6d4715ae46a (diff)
downloadaur-5d4eac5c60f818875d79109cdb16a0a52c516764.tar.gz
fix: bad shasum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3b4cc104fe8..f93e3dfb0f01 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 = 3
+ pkgrel = 4
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 = 90513404c07885b75838fce814855e12bc48af214fbab7a5792b6a8f84f4d433e45811f3dedbc1651005c1797d549bf48f85b8a1c7b01982ea839c8b62f05d26
+ source = Hyprshot-1.2.1.tar.gz::https://github.com/Gustash/Hyprshot/archive/1.2.1.tar.gz
+ sha512sums = ba607603ad4cd2ffd25cfd79a6de93b1a9b96d5441660eb307af7e5797922034c471154cf9a8984902b9d39425e4f4fd994abfa0d1560c20163b17d713df97b3
pkgname = hyprshot
diff --git a/PKGBUILD b/PKGBUILD
index 3f742397056f..5bb5c7139360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Parreira <gustavotcparreira at gmail dot com>
pkgname=hyprshot
pkgver=1.2.1
-pkgrel=3
+pkgrel=4
url="https://github.com/Gustash/Hyprshot"
pkgdesc="A utility to easily take screenshots in Hyprland using your mouse"
arch=('any')
@@ -9,11 +9,11 @@ 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")
-sha512sums=('90513404c07885b75838fce814855e12bc48af214fbab7a5792b6a8f84f4d433e45811f3dedbc1651005c1797d549bf48f85b8a1c7b01982ea839c8b62f05d26')
+source=("Hyprshot-$pkgver.tar.gz::https://github.com/Gustash/Hyprshot/archive/$pkgver.tar.gz")
+sha512sums=('ba607603ad4cd2ffd25cfd79a6de93b1a9b96d5441660eb307af7e5797922034c471154cf9a8984902b9d39425e4f4fd994abfa0d1560c20163b17d713df97b3')
package() {
- cd "$pkgname-$pkgver"
+ cd "Hyprshot-$pkgver"
mkdir -p "$pkgdir/usr/bin"
cp hyprshot "$pkgdir/usr/bin/"