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

Antonio Rojas arojas at archlinux.org
Wed Feb 26 21:28:43 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:28:43
  Author: arojas
Revision: 583284

Update to 1.4.1

Modified:
  python-typed-ast/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:28:41 UTC (rev 583283)
+++ PKGBUILD	2020-02-26 21:28:43 UTC (rev 583284)
@@ -1,8 +1,8 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=python-typed-ast
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
 arch=('x86_64')
 url="https://github.com/python/typed_ast"
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz")
-sha256sums=('bd02998404953db788e9d09c1030c4f0eb9d87986b08bd30e9fc00a8e30d6dd8')
+sha256sums=('498a6cd88f78e4b2058092ff38c9941d61f4eba2c12b371240ba663f063adf7d')
 
 build(){
   cd "typed_ast-$pkgver"



More information about the arch-commits mailing list