diff options
author | Will Handley | 2022-03-15 19:03:05 +0000 |
---|---|---|
committer | Will Handley | 2022-03-15 19:03:05 +0000 |
commit | ea7993980b2f5aab700167f2bc71bf34e8076127 (patch) | |
tree | 042b4ddcdbafe1918d5dfd128057315013c2cda9 /PKGBUILD | |
parent | d08025d5a59fb82766bdaeb3bad351a1b116139e (diff) | |
download | aur-python-todoist-python.tar.gz |
Typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ pkgname=python-todoist-python _name=${pkgname#python-} pkgver=8.1.3 -pkgrel=2 +pkgrel=3 pkgdesc="The official Todoist Python API library" arch=(any) url="https://github.com/Doist/$_name" license=('MIT') groups=() -depends=('python-requests') +depends=(python-requests) makedepends=(python-build python-installer) provides=() conflicts=() |