summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"