summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radovic2022-07-01 10:42:36 +0200
committerAndrej Radovic2022-07-01 10:42:36 +0200
commit7c18881e44e48ee4813e65deaba629ff2bc2a58a (patch)
tree4c630e00cf665d13634ca62fd305dc502b89686c /PKGBUILD
parent398a0debcded06eccef8d4a1e86e1a0b943a2662 (diff)
downloadaur-python-reorder-python-imports.tar.gz
Updated to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52f6e696b9c4..0a5db83ee18a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-reorder-python-imports
_name=${pkgname#python-}
_name=${_name//-/_}
-pkgver=2.7.1
+pkgver=3.1.0
pkgrel=1
pkgdesc="Automatically reorder Python imports."
url="https://github.com/asottile/reorder_python_imports"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('1ae34422f13f5a4b4669f340774909d721bfc0a8311973c70b3a50540b595bc5')
+sha256sums=('6b7a810ee77a9be0e646033d034ce02457e32597c5f48e5faec1866ca9eb4957')
build() {
cd "$srcdir/$_name-$pkgver"