[arch-commits] Commit in python-typed-ast/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Dec 22 12:48:55 UTC 2018
Date: Saturday, December 22, 2018 @ 12:48:54
Author: foxboron
Revision: 417539
upgpkg: python-typed-ast 1.1.1-1
Modified:
python-typed-ast/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-22 12:40:10 UTC (rev 417538)
+++ PKGBUILD 2018-12-22 12:48:54 UTC (rev 417539)
@@ -1,8 +1,8 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=python-typed-ast
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.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"
@@ -9,8 +9,8 @@
license=('Apache')
depends=('python')
makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/1.1.0.tar.gz")
-sha256sums=('4a1dc8888f032fec709d947b64b8eeca26b5952c6ea5152780a0e02c715e0ed7')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz")
+sha256sums=('8d40e9a6d6e04c1379e58fa022fc4195228e9fec8fed7d9ff642429b9ab490f1')
build(){
cd "typed_ast-$pkgver"
More information about the arch-commits
mailing list