summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed51151ec801..aa161a527843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
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 = 2
+ pkgver = 1.64.4
+ pkgrel = 1
url = https://amazingmarvin.com/
arch = x86_64
license = custom:Commercial
depends = zlib
depends = hicolor-icon-theme
depends = fuse2
- noextract = amazingmarvin-appimage-1.64.3.AppImage
+ noextract = amazingmarvin-appimage-1.64.4.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 = 84177965c53bc371f3b2787471cf4c73c82cd68ed995a7da021320cd60c476eb
+ source_x86_64 = amazingmarvin-appimage-1.64.4.AppImage::https://amazingmarvin.s3.amazonaws.com/Marvin-1.64.4.AppImage
+ sha256sums_x86_64 = 29f70c2e3685ad6e0b6c85fe9262d126cd0bd0dafba9ca5a484dfe40bab24299
pkgname = amazingmarvin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8bcfc6ef747b..0dee4fff1af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=amazingmarvin
pkgname="${_pkgname}"-appimage
-pkgver=1.64.3
-pkgrel=2
+pkgver=1.64.4
+pkgrel=1
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=('84177965c53bc371f3b2787471cf4c73c82cd68ed995a7da021320cd60c476eb')
+sha256sums_x86_64=('29f70c2e3685ad6e0b6c85fe9262d126cd0bd0dafba9ca5a484dfe40bab24299')
prepare() {
chmod +x "${_appimage}"