summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjskier2019-12-03 09:58:04 -0600
committerjskier2019-12-03 09:58:04 -0600
commit493882b091e3fa40864a99289761773c19f18283 (patch)
tree960ed218780ef1047c50236b711814d60a67ec92
parent88a5e3af1b8a97b0c7b71b1d8bd2e986a0ba948f (diff)
downloadaur-493882b091e3fa40864a99289761773c19f18283.tar.gz
update to 2.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7081a31a5c93..4ceebc1c5ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-authy
pkgdesc = A module for using the Twilio Authy REST API
- pkgver = 2.2.3
- pkgrel = 2
+ pkgver = 2.2.4
+ pkgrel = 1
url = https://github.com/twilio/authy-python
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = python-authy
depends = python-mock
depends = python-bumpversion
options = !emptydirs
- source = https://github.com/twilio/authy-python/archive/v2.2.3.tar.gz
- sha256sums = a52eee2f776730d58bd1e521b57de985ef08b83f36a9b1ef18bfc8926485103b
+ source = https://github.com/twilio/authy-python/archive/v2.2.4.tar.gz
+ sha256sums = 93e28646dd54eb960a522f948f93bef0ca61f073145b7d4d5aa9fe726e640513
pkgname = python-authy
diff --git a/PKGBUILD b/PKGBUILD
index cf55fe2ab467..ace53a2b206c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintaner: jskier <jay@jskier.com>
# Contributor: jskier <jay @jskier.com>
pkgname=python-authy
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.2.4
+pkgrel=1
pkgdesc="A module for using the Twilio Authy REST API"
arch=('any')
url="https://github.com/twilio/authy-python"
@@ -12,7 +12,7 @@ depends=('python' 'python-requests' 'python-six' 'python-simplejson'
'python-mockito' 'python-mock' 'python-bumpversion')
options=(!emptydirs)
source=("https://github.com/twilio/authy-python/archive/v${pkgver}.tar.gz")
-sha256sums=('a52eee2f776730d58bd1e521b57de985ef08b83f36a9b1ef18bfc8926485103b')
+sha256sums=('93e28646dd54eb960a522f948f93bef0ca61f073145b7d4d5aa9fe726e640513')
package() {
cd "$srcdir/authy-python-$pkgver"