summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-07-17 00:13:37 +0200
committerJoan Bruguera2022-07-17 00:13:37 +0200
commit2f4daa1d3901d7e1028ea82c933d0f6c924aaa1a (patch)
tree9e4ab42a23ca9a9b0cf8dd8fce8b58190dd2f750
parent5ebaadaadcae72c09b6325083701125449494ea0 (diff)
downloadaur-2f4daa1d3901d7e1028ea82c933d0f6c924aaa1a.tar.gz
Update to 0.4.3 again due to incomplete release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e107190fdbf4..5c0a313e7cc0 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.3
- pkgrel = 1
+ pkgrel = 2
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.3.tar.gz
- sha256sums = 7e08bf7645bc054a496339abad4184aa114b3245b9aac3fbebb42062a79e2c72
+ sha256sums = bf98eff42bf140a280c48d6a9ec5bcf7ae8e95f10376746afa918b307a245307
pkgname = full-offline-backup-for-todoist
diff --git a/PKGBUILD b/PKGBUILD
index f92d1efda021..ffb751cced14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=full-offline-backup-for-todoist
pkgver=0.4.3
-pkgrel=1
+pkgrel=2
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-setuptools')
source=("https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('7e08bf7645bc054a496339abad4184aa114b3245b9aac3fbebb42062a79e2c72')
+sha256sums=('bf98eff42bf140a280c48d6a9ec5bcf7ae8e95f10376746afa918b307a245307')
package() {
cd "${pkgname}-${pkgver}"