summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-06-09 21:26:08 +0000
committerJoan Bruguera Micó2024-06-09 21:27:02 +0000
commite9e324cef5a1cf698f11b807a1ef5b669099a1f7 (patch)
tree4b9d92586530353d4506b3aae46c20204fa1d59f /PKGBUILD
parent43c1896215a604c6c9dca2c4cb317c5d80b2630d (diff)
downloadaur-e9e324cef5a1cf698f11b807a1ef5b669099a1f7.tar.gz
Update to 0.5.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45ab60519be9..eada07255f04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=full-offline-backup-for-todoist
-pkgver=0.5.0
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
pkgdesc="Small, dependency-less Python script to make a backup of all Todoist tasks and attachments that is accessible offline"
arch=('any')
url="https://github.com/joanbm/full-offline-backup-for-todoist"
@@ -9,7 +9,7 @@ license=('GPLv3')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('bf40d32d26d785b424a08a15e415987cc44547032c396338d4f19a66060eaba0')
+sha256sums=('ff1644d6c3a71e4fad6d0df00f0a4be1608b19082ea26ea167f53297819f4707')
build() {
cd "${pkgname}-${pkgver}"