summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-07-16 23:53:09 +0200
committerJoan Bruguera2022-07-16 23:53:09 +0200
commit5ebaadaadcae72c09b6325083701125449494ea0 (patch)
treed05d0a20111418e859f4e24e3a647e5f497ae24d
parent7d42b7234e862296b60dd23e86d99250d7e6f28c (diff)
downloadaur-5ebaadaadcae72c09b6325083701125449494ea0.tar.gz
Update to 0.4.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c1461539b1..e107190fdbf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = todoist-full-offline-backup
pkgdesc = Small, dependency-less Python script to make a backup of all Todoist tasks and attachments that is accessible offline
- pkgver = 0.4.2
+ pkgver = 0.4.3
pkgrel = 1
url = https://github.com/joanbm/full-offline-backup-for-todoist
arch = any
license = GPLv3
makedepends = python-setuptools
depends = python
- source = https://github.com/joanbm/full-offline-backup-for-todoist/archive/0.4.2.tar.gz
- sha256sums = 0db4a949a07f48ab4dacad275e42e23ff64d04f2994153bfd5e8a5d31a94b7b1
+ source = https://github.com/joanbm/full-offline-backup-for-todoist/archive/0.4.3.tar.gz
+ sha256sums = 7e08bf7645bc054a496339abad4184aa114b3245b9aac3fbebb42062a79e2c72
pkgname = full-offline-backup-for-todoist
diff --git a/PKGBUILD b/PKGBUILD
index 1b9c5622a60c..f92d1efda021 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.2
+pkgver=0.4.3
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=('0db4a949a07f48ab4dacad275e42e23ff64d04f2994153bfd5e8a5d31a94b7b1')
+sha256sums=('7e08bf7645bc054a496339abad4184aa114b3245b9aac3fbebb42062a79e2c72')
package() {
cd "${pkgname}-${pkgver}"