summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-11-15 12:01:12 +0000
committerWill Handley2022-11-15 12:01:12 +0000
commit95411540ae39d4bd5cda4228c72f48744f44ed92 (patch)
treecda975660330f43d731b824f5950a4e25957dde4
parent41dab989001e4f6bcb459d707ff7e8f093b7b860 (diff)
downloadaur-95411540ae39d4bd5cda4228c72f48744f44ed92.tar.gz
2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f3c95041b7..b837d45b0c35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-todoist-api-python
pkgdesc = This is the official Python API client for the Todoist REST API.
- pkgver = 1.1.0
- pkgrel = 3
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://github.com/Doist/todoist-api-python
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-todoist-api-python
makedepends = python-installer
depends = python-requests
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/t/todoist_api_python/todoist_api_python-1.1.0.tar.gz
- sha256sums = cee8c8993e889635a9ad5947e40d0f5969f4fefc3787fd7be6f32e42561a2244
+ source = https://files.pythonhosted.org/packages/source/t/todoist_api_python/todoist_api_python-2.0.2.tar.gz
+ sha256sums = ec8567649e35c244a44608b5e0c125aabf9e567c0f2df55959af39024a856e25
pkgname = python-todoist-api-python
diff --git a/PKGBUILD b/PKGBUILD
index 0e3886708d6e..8ae455eaebb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-todoist-api-python
_name=${pkgname#python-}
__name=${_name//-/_}
-pkgver=1.1.0
-pkgrel=3
+pkgver=2.0.2
+pkgrel=1
pkgdesc="This is the official Python API client for the Todoist REST API."
arch=(any)
url="https://github.com/Doist/$_name"
@@ -18,7 +18,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${__name::1}/$__name/$__name-$pkgver.tar.gz")
-sha256sums=('cee8c8993e889635a9ad5947e40d0f5969f4fefc3787fd7be6f32e42561a2244')
+sha256sums=('ec8567649e35c244a44608b5e0c125aabf9e567c0f2df55959af39024a856e25')
build() {
cd "$srcdir/$__name-$pkgver"