summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2018-05-04 07:52:55 +0200
committerJoan Bruguera2018-05-04 07:52:55 +0200
commite8eb0a8b36dda815a137b14b3de6e4d11c5aeac0 (patch)
tree370a647f318ace1084014d25e95ec1238ee4848d
parent44cb2d65da34923b794f95c4cdf1ef384494fbc9 (diff)
downloadaur-e8eb0a8b36dda815a137b14b3de6e4d11c5aeac0.tar.gz
Remove useless lines from PKGBUILD.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35ffe1d880f..eca50e145eba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +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.2
- 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
- provides = todoist-full-offline-backup
- conflicts = todoist-full-offline-backup
- options = !emptydirs
source = https://github.com/joanbm/todoist-full-offline-backup/archive/0.2.tar.gz
sha256sums = 6e583fc75554bdf6ec814f54589c84de074828ea437ffd0ea60d4a6dc6220d44
diff --git a/PKGBUILD b/PKGBUILD
index c8ea26578245..9ff7a6c32158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,13 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=todoist-full-offline-backup
pkgver=0.2
-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')
makedepends=('python-setuptools')
-provides=('todoist-full-offline-backup')
-conflicts=('todoist-full-offline-backup')
-options=(!emptydirs)
source=(https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz)
sha256sums=('6e583fc75554bdf6ec814f54589c84de074828ea437ffd0ea60d4a6dc6220d44')