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

Daniel M. Capella polyzen at gemini.archlinux.org
Tue Apr 19 00:44:51 UTC 2022


    Date: Tuesday, April 19, 2022 @ 00:44:50
  Author: polyzen
Revision: 1187057

upgpkg: python-typing_extensions 4.2.0-1

Modified:
  python-typing_extensions/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-19 00:38:06 UTC (rev 1187056)
+++ PKGBUILD	2022-04-19 00:44:50 UTC (rev 1187057)
@@ -3,7 +3,7 @@
 # Contributor: Michael Yeatts <mwyeatts at gmail.com>
 
 pkgname=python-typing_extensions
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='Backported and Experimental Type Hints for Python 3.5+'
 arch=(any)
@@ -17,12 +17,6 @@
 source=("git+https://github.com/python/typing.git#tag=${pkgver}")
 sha256sums=(SKIP)
 
-pkgver() {
-  cd typing
-
-  git describe --tags
-}
-
 build() {
   cd typing/typing_extensions
 



More information about the arch-commits mailing list