summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2020-04-13 12:35:07 +0200
committerStefan Tatschner2020-04-13 12:35:07 +0200
commitdb6aad0e355a9922c542b84d79dd5f00ea4d6f05 (patch)
tree7b155d9e5e2b5a65b38fe2833e6a7d7bc9b3ff0b
parent32888e4d4297ee8e49c535d8cca1ec011fc96b86 (diff)
downloadaur-db6aad0e355a9922c542b84d79dd5f00ea4d6f05.tar.gz
Bump version
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dfcf82da409..e88b267acf65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Stefan Tatschner <stefan@rumpelsepp.org>
pkgname=pyupgrade
-pkgver=1.25.1
+pkgver=2.1.1
pkgrel=1
-pkgdesc="A tool to automatically upgrade syntax for newer versions of the language."
+pkgdesc="A tool to automatically upgrade syntax for newer versions of the language"
arch=('any')
url="https://github.com/asottile/pyupgrade"
license=('MIT')
depends=("python" "python-tokenize-rt")
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}::https://github.com/asottile/pyupgrade/archive/v${pkgver}.tar.gz")
-sha256sums=('2e004fc7c95695da728e19624a7a221da0cdfadf593892d3158130acca0acbf8')
+sha256sums=('cd7e435952826cc300a059911b8c964f729556365496456765ffc8a30cf53ac1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"