summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjskier2019-12-03 09:54:08 -0600
committerjskier2019-12-03 09:54:08 -0600
commit5b459c82b94b9e809e2bd385720d62e1857021b9 (patch)
tree4d185952fc7ad4d2ba452c1c9c3f57cd83628103 /PKGBUILD
parentc9f542a3b32b33028dd4b3a9f846661af6d1621c (diff)
downloadaur-5b459c82b94b9e809e2bd385720d62e1857021b9.tar.gz
6.33.1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9502258e6c1c..d1ccefa5b49e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintaner: jskier <jay@jskier.com>
# Contributor: mutantmonkey <aur@mutantmonkey.in>
pkgname=python-twilio
-pkgver=6.26.2
+pkgver=6.33.1
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=('07f00b340a63d00ae01bde763821eec49b62e089da9c426092c6039b6963e4a7'
- '17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6')
+sha256sums=('e4c2c5889b4b0530418f16056e9ad8758959bb4e6537ef65d519b6ebc6160f9c'
+ '17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6')
package() {
cd "$srcdir/twilio-python-$pkgver"