summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2018-04-28 11:59:21 +0200
committerJoan Bruguera2018-04-28 11:59:21 +0200
commit5d6dbcd91555fb5aaa3470a325136abd995f4932 (patch)
tree17208f5f21d0bfa2bf5c3a47c4e36ab926694078
parentfdbcaf3b23affd9699a252929df9478caec3b736 (diff)
downloadaur-5d6dbcd91555fb5aaa3470a325136abd995f4932.tar.gz
Update to 0.2.
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9fb7a09394e6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.tar.*
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index c07069eb839f..c8ea26578245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=todoist-full-offline-backup
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Small, dependency-less Python script to make a backup of all Todoist tasks and attachments that is accessible offline"
arch=('any')
@@ -12,7 +12,7 @@ provides=('todoist-full-offline-backup')
conflicts=('todoist-full-offline-backup')
options=(!emptydirs)
source=(https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('63b90c080c42b23077392f59d19ad8cff9350e814926b3ec3939978b22dfb282')
+sha256sums=('6e583fc75554bdf6ec814f54589c84de074828ea437ffd0ea60d4a6dc6220d44')
package() {
cd "${pkgname}-${pkgver}"