[arch-commits] Commit in python-xmltodict/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Oct 25 02:29:50 UTC 2016


    Date: Tuesday, October 25, 2016 @ 02:29:49
  Author: kkeen
Revision: 193238

upgpkg: python-xmltodict 0.10.2-1

Modified:
  python-xmltodict/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-25 02:23:20 UTC (rev 193237)
+++ PKGBUILD	2016-10-25 02:29:49 UTC (rev 193238)
@@ -5,7 +5,7 @@
 
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict"
@@ -12,8 +12,8 @@
 arch=('any')
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz)
-md5sums=('cb538f606811d9e8d108fd15675b492f')
+source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz")
+md5sums=('1275cbb2e66c354eb2b6a6bc946f3fa1')
 
 package_python-xmltodict () {
   pkgdesc+=" (py3)"



More information about the arch-commits mailing list