summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-01-01 16:30:47 +0000
committerJoan Bruguera Micó2024-01-01 16:37:10 +0000
commit9b25cb64c3ebe7158e441206156c1887bba31135 (patch)
treee25ce7546772ae73bee2f66ab35c0a1b80877b8f /PKGBUILD
parentff31dc17741cb2c8977d606aa0789afa560a2c50 (diff)
downloadaur-9b25cb64c3ebe7158e441206156c1887bba31135.tar.gz
Update to 0.5.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 740272dd7936..6f49ae0b5737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=full-offline-backup-for-todoist
-pkgver=0.4.7
+pkgver=0.5.0
pkgrel=1
pkgdesc="Small, dependency-less Python script to make a backup of all Todoist tasks and attachments that is accessible offline"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPLv3')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('6b7023ce58599eba5fb723f951830d7e1bb04544be4f559b83dd4fb6afa60c09')
+sha256sums=('bf40d32d26d785b424a08a15e415987cc44547032c396338d4f19a66060eaba0')
check() {
cd "${pkgname}-${pkgver}"