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

Maxime Gauduin alucryd at archlinux.org
Sat Aug 17 14:34:08 UTC 2019


    Date: Saturday, August 17, 2019 @ 14:34:08
  Author: alucryd
Revision: 499990

upgpkg: python-typing_extensions 3.7.4-1

Modified:
  python-typing_extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 14:20:17 UTC (rev 499989)
+++ PKGBUILD	2019-08-17 14:34:08 UTC (rev 499990)
@@ -2,8 +2,8 @@
 # Contributor: Michael Yeatts <mwyeatts at gmail.com>
 
 pkgname=python-typing_extensions
-pkgver=3.7.2
-pkgrel=2
+pkgver=3.7.4
+pkgrel=1
 pkgdesc='Backported and Experimental Type Hints for Python 3.5+'
 arch=(any)
 url=https://github.com/python/typing/tree/master/typing_extensions
@@ -15,7 +15,7 @@
 )
 provides=(python-typing-extensions)
 conflicts=(python-typing-extensions)
-source=(git+https://github.com/python/typing.git#commit=1be6269634bec97d58d68cc1243359118373580a)
+source=(git+https://github.com/python/typing.git#tag=${pkgver})
 sha256sums=(SKIP)
 
 build() {



More information about the arch-commits mailing list