summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy MountainJohnson2023-11-06 09:50:47 -0600
committerJeremy MountainJohnson2023-11-06 09:50:47 -0600
commit93d7f400243e35f50ce48ec8524d519ddd3a1a14 (patch)
tree072507715ad4822cc3b3e09982f1094c516be8e8 /PKGBUILD
parent3ddd24c6455ef9349231bf9cf04006bb4469507f (diff)
downloadaur-93d7f400243e35f50ce48ec8524d519ddd3a1a14.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbc2972e0181..f426344642c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintaner: jskier <jay@jskier.com>
# Contributor: mutantmonkey <aur@mutantmonkey.in>
pkgname=python-twilio
-pkgver=7.16.5
+pkgver=8.10.1
pkgrel=1
pkgdesc="A module for using the Twilio REST API and generating valid TwiML."
arch=('any')
@@ -9,11 +9,11 @@ url="https://github.com/twilio/twilio-python"
license=('MIT')
makedepends=('python-setuptools')
depends=('python' 'python-requests>=2.0.0' 'python-mock' 'flake8'
- 'python-six' 'python-nose' 'python-pyjwt' 'twine')
+ 'python-six' 'python-aiohttp-retry' 'python-pyjwt' 'twine' 'python-aiohttp')
options=(!emptydirs)
source=("https://github.com/twilio/twilio-python/archive/${pkgver}.tar.gz"
'LICENSE')
-sha256sums=('fdbb9943a4dfd291a3f7ce076fd138a7a3b3364c13c9c02ae09514fa982646dc'
+sha256sums=('69b64ad2275c840b2e2c7f249c768a77d91722de2f607d5b41bb507052a96e71'
'17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6')
package() {