diff options
author | Joan Bruguera | 2018-05-04 07:52:55 +0200 |
---|---|---|
committer | Joan Bruguera | 2018-05-04 07:52:55 +0200 |
commit | e8eb0a8b36dda815a137b14b3de6e4d11c5aeac0 (patch) | |
tree | 370a647f318ace1084014d25e95ec1238ee4848d /PKGBUILD | |
parent | 44cb2d65da34923b794f95c4cdf1ef384494fbc9 (diff) | |
download | aur-e8eb0a8b36dda815a137b14b3de6e4d11c5aeac0.tar.gz |
Remove useless lines from PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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') |