summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2018-06-03 15:38:21 +0200
committerJoan Bruguera2018-06-03 15:38:21 +0200
commit8d48136fe5e86f3f1a71a350e398c3ac33b49b21 (patch)
treee38f6be73ee4830efb284e5f8068b49b65a34d59
parent4b54a67f7d3ad68fd92715fe5eb09f282591d7b1 (diff)
downloadaur-8d48136fe5e86f3f1a71a350e398c3ac33b49b21.tar.gz
Remove unnecessary dep.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 542be3d3a191..27712ad0bbae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
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.3
- pkgrel = 1
+ pkgrel = 2
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.3.tar.gz
sha256sums = 3b00b4d8d13b1a01338f750dab0d73f69f0b807a2427732a03367169e61c864b
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')