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

Maxime Gauduin alucryd at archlinux.org
Tue Aug 20 16:21:09 UTC 2019


    Date: Tuesday, August 20, 2019 @ 16:21:07
  Author: alucryd
Revision: 500322

upgpkg: python-typing_extensions 3.7.4-2

Modified:
  python-typing_extensions/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-20 16:13:59 UTC (rev 500321)
+++ PKGBUILD	2019-08-20 16:21:07 UTC (rev 500322)
@@ -3,7 +3,7 @@
 
 pkgname=python-typing_extensions
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Backported and Experimental Type Hints for Python 3.5+'
 arch=(any)
 url=https://github.com/python/typing/tree/master/typing_extensions
@@ -18,6 +18,13 @@
 source=(git+https://github.com/python/typing.git#tag=${pkgver})
 sha256sums=(SKIP)
 
+prepare() {
+  cd typing
+
+  # fix version
+  git cherry-pick -n 27f2e427b9b677401961b5da1762f8380a929bb8
+}
+
 build() {
   cd typing/typing_extensions
 



More information about the arch-commits mailing list