[arch-commits] Commit in python-typed-ast/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Nov 12 22:20:18 UTC 2021
Date: Friday, November 12, 2021 @ 22:20:17
Author: foxboron
Revision: 1044863
upgpkg: python-typed-ast 1.5.0-1
Modified:
python-typed-ast/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-12 22:18:22 UTC (rev 1044862)
+++ PKGBUILD 2021-11-12 22:20:17 UTC (rev 1044863)
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=python-typed-ast
-pkgver=1.4.3
+pkgver=1.5.0
pkgrel=1
pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
arch=('x86_64')
@@ -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=('c393d5576856f50189e741c38850e529f38aeb77fd7b40d2d9b1f4340e802faa')
+sha256sums=('0cb19523a49d85c05760c64afa538420f44c5fd7ed5755a4be926324b113dd53')
build(){
cd "typed_ast-$pkgver"
More information about the arch-commits
mailing list