Package Details: grimshot 1.9-1

Git Clone URL: https://aur.archlinux.org/grimshot.git (read-only, click to copy)
Package Base: grimshot
Description: A helper for screenshots within sway.
Upstream URL: https://github.com/OctopusET/sway-contrib
Keywords: screenshot sway wayland
Licenses: MIT
Submitter: whynothugo
Maintainer: Neptune650
Last Packager: Neptune650
Votes: 29
Popularity: 0.58
First Submitted: 2020-05-01 08:22 (UTC)
Last Updated: 2024-02-03 18:30 (UTC)

Dependencies (6)

Required by (1)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

bionade24 commented on 2023-09-16 11:32 (UTC)

Please fix the upstream URL after the source change.

Trilby commented on 2023-09-12 13:23 (UTC)

VannTen, your concern was not "noise". When the upstream sources change, the pkgver must change. Incrementing only the pkgrel was incorrect.

Neptune650, the version number needs to be incremented or an epoch added (and in either case, the pkgrel would reset to 1).

VannTen commented on 2023-09-07 08:23 (UTC)

Oh yeah I see. I was picking the source already in cache(my SRCDEST point to ~/.cache/makepkg/srcs), since they have the same name.

Sorry for the noise !

OctopusET commented on 2023-09-05 18:30 (UTC)

@aorth Try just using makepkg instead of using AUR helper.

Kyuunex commented on 2023-09-05 05:26 (UTC)

@aorth clear your cache. do a fresh clone of this repo.

aorth commented on 2023-09-05 05:16 (UTC) (edited on 2023-09-05 05:17 (UTC) by aorth)

Still with 1.6.1-5...

==> Validating source files with sha256sums...
    grimshot-1.6.1 ... FAILED
    grimshot-1.6.1.1.scd ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.

Kyuunex commented on 2023-09-05 02:26 (UTC)

@VannTen my patch works fine on my machine ¯_(ツ)_/¯

OctopusET commented on 2023-09-04 23:25 (UTC)

updpkgsums is your friend

VannTen commented on 2023-09-03 19:40 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index bc493fa..10ec1e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 pkgname=grimshot
 pkgver=1.6.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A helper for screenshots within sway."
 arch=("any")
 url="https://github.com/swaywm/sway"
@@ -14,11 +14,11 @@ optdepends=('libnotify: Notify users when a screenshot is taken'
             'wl-clipboard: Copy screenshots')
 makedepends=("scdoc")
 source=(
-  "$pkgname-$pkgver::https://github.com/OctopusET/sway-contrib/blob/a90c7a28f57192f2937820508a7262f4323abef3/grimshot"
-  "$pkgname-$pkgver.1.scd::https://github.com/OctopusET/sway-contrib/blob/a90c7a28f57192f2937820508a7262f4323abef3/grimshot.1.scd"
+  "$pkgname-$pkgver::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot"
+  "$pkgname-$pkgver.1.scd::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot.1.scd"
 )
-sha256sums=('de4d998682989cb79b5f20f368be99f3a4727ae7511d248b0bb0546c28db29b0'
-            '9b57f2f92f8d0ea3d1c5b86764640d6feb3695f5304f28798fba0689b25256a5')
+sha256sums=('b8c8533af5a88b2b1d2cef7a1ec8d1af0c7a9baf6803a56cda4d388055ec4cee'
+            'e5b1158a01b419447c34f6abd7a16acc3df1710b4f89864f9cbeefca5d403148')

 build() {
   cd "$srcdir/"

I think you missed the hash updating in your patch ?