summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Dorn2024-02-27 15:25:56 +0100
committerDiego Dorn2024-02-27 15:25:56 +0100
commit913ccde0804c317aae9f3178c976c8d781991736 (patch)
tree5d4b511db058f9c0ca9e0e7360d48518f655428d
parent38e5df22d63cd9bb0558731308c7397b16feb41b (diff)
downloadaur-913ccde0804c317aae9f3178c976c8d781991736.tar.gz
fix checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7df798013168..ed51151ec801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amazingmarvin-appimage
pkgdesc = Personal productivity app that incorporates principles from behavioral psychology to help you beat procrastination, feel in control and finish your to-do list
pkgver = 1.64.3
- pkgrel = 1
+ pkgrel = 2
url = https://amazingmarvin.com/
arch = x86_64
license = custom:Commercial
@@ -11,6 +11,6 @@ pkgbase = amazingmarvin-appimage
noextract = amazingmarvin-appimage-1.64.3.AppImage
options = !strip
source_x86_64 = amazingmarvin-appimage-1.64.3.AppImage::https://amazingmarvin.s3.amazonaws.com/Marvin-1.64.3.AppImage
- sha256sums_x86_64 = b67292de29c718514b0730dbeb248014a6ffe7559618c8ecc79499fe453d0cab
+ sha256sums_x86_64 = 84177965c53bc371f3b2787471cf4c73c82cd68ed995a7da021320cd60c476eb
pkgname = amazingmarvin-appimage
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}"