summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2018-06-03 15:34:23 +0200
committerJoan Bruguera2018-06-03 15:34:23 +0200
commit4b54a67f7d3ad68fd92715fe5eb09f282591d7b1 (patch)
tree552e304ae84bb2e83800951ead00c99891e5a946
parente8eb0a8b36dda815a137b14b3de6e4d11c5aeac0 (diff)
downloadaur-4b54a67f7d3ad68fd92715fe5eb09f282591d7b1.tar.gz
Update to 0.3.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca50e145eba..542be3d3a191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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.2
- pkgrel = 2
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/joanbm/todoist-full-offline-backup
arch = any
license = GPLv3
makedepends = python-setuptools
depends = python
depends = python-setuptools
- source = https://github.com/joanbm/todoist-full-offline-backup/archive/0.2.tar.gz
- sha256sums = 6e583fc75554bdf6ec814f54589c84de074828ea437ffd0ea60d4a6dc6220d44
+ source = https://github.com/joanbm/todoist-full-offline-backup/archive/0.3.tar.gz
+ sha256sums = 3b00b4d8d13b1a01338f750dab0d73f69f0b807a2427732a03367169e61c864b
pkgname = todoist-full-offline-backup
diff --git a/PKGBUILD b/PKGBUILD
index 9ff7a6c32158..da2bcb4ccd29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=todoist-full-offline-backup
-pkgver=0.2
-pkgrel=2
+pkgver=0.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')
url="https://github.com/joanbm/todoist-full-offline-backup"
@@ -9,7 +9,7 @@ license=('GPLv3')
depends=('python' 'python-setuptools')
makedepends=('python-setuptools')
source=(https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('6e583fc75554bdf6ec814f54589c84de074828ea437ffd0ea60d4a6dc6220d44')
+sha256sums=('3b00b4d8d13b1a01338f750dab0d73f69f0b807a2427732a03367169e61c864b')
package() {
cd "${pkgname}-${pkgver}"