summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-03-15 19:03:05 +0000
committerWill Handley2022-03-15 19:03:05 +0000
commitea7993980b2f5aab700167f2bc71bf34e8076127 (patch)
tree042b4ddcdbafe1918d5dfd128057315013c2cda9 /PKGBUILD
parentd08025d5a59fb82766bdaeb3bad351a1b116139e (diff)
downloadaur-python-todoist-python.tar.gz
Typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f5c6b6817dc..ede0a80f06b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()