summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Whited2018-12-31 08:50:52 -0600
committerSam Whited2018-12-31 08:50:52 -0600
commit17b0f8a36b77118912865c96f0b3a24a0c3d951f (patch)
tree152542df0d6169b3f62e42cb6e3efc5aa10020ac /PKGBUILD
parentcde73fd5ec430d1a02e078ddc5e05727bc4946cc (diff)
downloadaur-17b0f8a36b77118912865c96f0b3a24a0c3d951f.tar.gz
Bump to v0.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1d4664a4c8f..9f1cf5c5e8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-aioxmpp
_name=${pkgname#python-}
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="An XMPP library for use with Python 3.4 asyncio"
arch=('any')
@@ -24,7 +24,7 @@ depends=('python'
makedepends=('python-setuptools')
checkdepends=('python-nose')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('6eb4e4485fb12301d23224f41f85f81b82767098db295c9803a05949fa2f50f9')
+sha256sums=('b92362f7dfcc4d9940f833a62c87a4505fdffbeeb81beacfff52f9d90118ebd4')
check() {
cd "aioxmpp-$pkgver"