summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcio Silva2020-08-24 10:39:34 -0300
committerMarcio Silva2020-08-24 10:39:34 -0300
commit606711124ad890cc8d6d76e19baea87bc4966146 (patch)
tree31268c2711b66b0f9ce0b259ee589782ad509061
parentfd77e1d8175626012dba92f3274ff4d3f9b0cb34 (diff)
downloadaur-606711124ad890cc8d6d76e19baea87bc4966146.tar.gz
update to v1.54.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60bd39aaff8a..bd89c65eecc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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.54.0
+ pkgver = 1.54.1
pkgrel = 1
url = https://amazingmarvin.com/
arch = x86_64
license = custom:Commercial
depends = zlib
depends = hicolor-icon-theme
- noextract = amazingmarvin-appimage-1.54.0.AppImage
+ noextract = amazingmarvin-appimage-1.54.1.AppImage
options = !strip
- source_x86_64 = amazingmarvin-appimage-1.54.0.AppImage::https://amazingmarvin.s3.amazonaws.com/Marvin-1.54.0.AppImage
- sha256sums_x86_64 = cfef257d7c71d775e30277989c3fc633533fde8ee984cec858bd2f552030d129
+ source_x86_64 = amazingmarvin-appimage-1.54.1.AppImage::https://amazingmarvin.s3.amazonaws.com/Marvin-1.54.1.AppImage
+ sha256sums_x86_64 = f20ec1490371febb7ab493e84290e0dbab06c25317c5c208c2be93ba52de0caf
pkgname = amazingmarvin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 4599e5ab788e..56a2b12af591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=amazingmarvin
pkgname="${_pkgname}"-appimage
-pkgver=1.54.0
+pkgver=1.54.1
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')
@@ -14,7 +14,7 @@ options=(!strip)
_appimage="${pkgname}-${pkgver}.AppImage"
source_x86_64=("${_appimage}::https://amazingmarvin.s3.amazonaws.com/Marvin-${pkgver}.AppImage")
noextract=("${_appimage}")
-sha256sums_x86_64=('cfef257d7c71d775e30277989c3fc633533fde8ee984cec858bd2f552030d129')
+sha256sums_x86_64=('f20ec1490371febb7ab493e84290e0dbab06c25317c5c208c2be93ba52de0caf')
prepare() {
chmod +x "${_appimage}"