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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 15:50:19 UTC 2019


    Date: Sunday, February 10, 2019 @ 15:50:18
  Author: aginiewicz
Revision: 431485

upgpkg: python-uritemplate 3.0.0-4

python-uritemplate: url rebuild

Modified:
  python-uritemplate/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 15:49:40 UTC (rev 431484)
+++ PKGBUILD	2019-02-10 15:50:18 UTC (rev 431485)
@@ -3,14 +3,14 @@
 pkgbase=python-uritemplate
 pkgname=('python2-uritemplate' 'python-uritemplate')
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="a Python implementation of RFC6570"
 arch=('any')
-url="http://uritemplate.rtfd.org/"
+url="https://uritemplate.readthedocs.io/"
 license=('Apache' 'BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=("https://github.com/sigmavirus24/uritemplate/archive/${pkgver}.tar.gz")
-md5sums=('e4c7f960a3e768b094e98c2c4cf77371')
+sha1sums=('d8f42a4b67eecfda9bcb22f27c5d9509bf803165')
 
 prepare() {
   cd "$srcdir"
@@ -24,11 +24,11 @@
 }
 
 build() {
-  msg "Building Python2"
+  # "Building Python2"
   cd "$srcdir"/uritemplate-py2-${pkgver}
   python2 setup.py build
 
-  msg "Building Python3"
+  # "Building Python3"
   cd "$srcdir"/uritemplate-${pkgver}
   python setup.py build
 }



More information about the arch-commits mailing list