summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDiego Dorn2024-02-27 15:25:56 +0100
committerDiego Dorn2024-02-27 15:25:56 +0100
commit913ccde0804c317aae9f3178c976c8d781991736 (patch)
tree5d4b511db058f9c0ca9e0e7360d48518f655428d /PKGBUILD
parent38e5df22d63cd9bb0558731308c7397b16feb41b (diff)
downloadaur-913ccde0804c317aae9f3178c976c8d781991736.tar.gz
fix checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8428f63e60c..8bcfc6ef747b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=amazingmarvin
pkgname="${_pkgname}"-appimage
pkgver=1.64.3
-pkgrel=1
+pkgrel=2
pkgdesc="Personal productivity app that incorporates principles from behavioral psychology to help you beat procrastination, feel in control and finish your to-do list"
arch=('x86_64')
url="https://amazingmarvin.com/"
@@ -15,7 +15,7 @@ options=(!strip)
_appimage="${pkgname}-${pkgver}.AppImage"
source_x86_64=("${_appimage}::https://amazingmarvin.s3.amazonaws.com/Marvin-${pkgver}.AppImage")
noextract=("${_appimage}")
-sha256sums_x86_64=('b67292de29c718514b0730dbeb248014a6ffe7559618c8ecc79499fe453d0cab')
+sha256sums_x86_64=('84177965c53bc371f3b2787471cf4c73c82cd68ed995a7da021320cd60c476eb')
prepare() {
chmod +x "${_appimage}"