summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2018-06-03 15:38:21 +0200
committerJoan Bruguera2018-06-03 15:38:21 +0200
commit8d48136fe5e86f3f1a71a350e398c3ac33b49b21 (patch)
treee38f6be73ee4830efb284e5f8068b49b65a34d59 /PKGBUILD
parent4b54a67f7d3ad68fd92715fe5eb09f282591d7b1 (diff)
downloadaur-8d48136fe5e86f3f1a71a350e398c3ac33b49b21.tar.gz
Remove unnecessary dep.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da2bcb4ccd29..4b8db16e572c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=todoist-full-offline-backup
pkgver=0.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/todoist-full-offline-backup"
license=('GPLv3')
-depends=('python' 'python-setuptools')
+depends=('python')
makedepends=('python-setuptools')
source=(https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz)
sha256sums=('3b00b4d8d13b1a01338f750dab0d73f69f0b807a2427732a03367169e61c864b')