summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy MountainJohnson2019-04-25 09:22:02 -0500
committerJeremy MountainJohnson2019-04-25 09:22:02 -0500
commitc9f542a3b32b33028dd4b3a9f846661af6d1621c (patch)
tree75fd057295fde63fdadddd4249b571a6748194e5 /PKGBUILD
parentea66c84a88a6d8b5a73d0082901828de3e5821ba (diff)
downloadaur-c9f542a3b32b33028dd4b3a9f846661af6d1621c.tar.gz
$comments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd6ec2b6741b..9502258e6c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintaner: jskier <jay@jskier.com>
# Contributor: mutantmonkey <aur@mutantmonkey.in>
pkgname=python-twilio
-pkgver=6.23.1
+pkgver=6.26.2
pkgrel=1
pkgdesc="A module for using the Twilio REST API and generating valid TwiML."
arch=('any')
@@ -13,8 +13,8 @@ depends=('python' 'python-httplib2>=0.7' 'python-pysocks' 'python-pytz'
options=(!emptydirs)
source=("https://github.com/twilio/twilio-python/archive/${pkgver}.tar.gz"
'LICENSE')
-sha256sums=('23b922348264e7657be0f7ade0aecd428a14cc61d4bd7156387e93cb3b7fe4de'
- '17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6')
+sha256sums=('07f00b340a63d00ae01bde763821eec49b62e089da9c426092c6039b6963e4a7'
+ '17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6')
package() {
cd "$srcdir/twilio-python-$pkgver"