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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 15:41:30 UTC 2019


    Date: Sunday, February 10, 2019 @ 15:41:29
  Author: aginiewicz
Revision: 431473

upgpkg: python-et-xmlfile 1.0.1-4

python-et-xmlfile: https rebuild

Modified:
  python-et-xmlfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 15:41:04 UTC (rev 431472)
+++ PKGBUILD	2019-02-10 15:41:29 UTC (rev 431473)
@@ -3,16 +3,16 @@
 pkgbase=python-et-xmlfile
 pkgname=('python2-et-xmlfile' 'python-et-xmlfile')
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A low memory library for creating large XML files."
 arch=('any')
-url="http://et-xmlfile.readthedocs.org/"
+url="https://et-xmlfile.readthedocs.io/"
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-lxml' 'python2-lxml')
 source=("https://pypi.python.org/packages/source/e/et_xmlfile/et_xmlfile-${pkgver}.tar.gz"
         "LICENCE")
-md5sums=('f47940fd9d556375420b2e276476cfaf'
-         'd5feddd06c61a04aea40b7aa1707e625')
+sha1sums=('a3e502098bcb7fff22857882d80813c1b6db7608'
+          '8b67150a9c68fa385ebe71453141020860a72ff4')
 
 prepare() {
   cd "$srcdir"
@@ -26,11 +26,11 @@
 }
 
 build() {
-  msg "Building Python2"
+  # "Building Python2"
   cd "$srcdir"/et_xmlfile-py2-${pkgver}
   python2 setup.py build
 
-  msg "Building Python3"
+  # "Building Python3"
   cd "$srcdir"/et_xmlfile-${pkgver}
   python setup.py build
 }



More information about the arch-commits mailing list