summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2111cb3d390a..b909eddd1db6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-autoflake
_pkgname="${pkgname#python-}"
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Removes unused imports and unused variables'
arch=(any)
url="https://github.com/PyCQA/autoflake"
@@ -14,8 +14,6 @@ license=("MIT")
depends=(
'python'
'python-pyflakes'
- # required for python<3.11
- 'python-tomli'
)
makedepends=(
'python-build'