summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-05-04 08:06:57 -0500
committerBao Trinh2023-05-04 08:06:57 -0500
commita8834ceda305b3a44c3b2a94451f6dc7d973bb5a (patch)
tree290fae7bfaf158f3d7090bf5c576cbc5af95c231
parentd1f3283d44cc21a6f9f888f152d831bbaccb4f9b (diff)
downloadaur-a8834ceda305b3a44c3b2a94451f6dc7d973bb5a.tar.gz
bump pkgrel for python 3.11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f920ad4ba63..62f7ea01f738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-autoflake
pkgdesc = Removes unused imports and unused variables
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/PyCQA/autoflake
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 1c09e788ad15..b1e46b6150f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-autoflake
_pkgname="${pkgname#python-}"
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Removes unused imports and unused variables'
arch=(any)
url="https://github.com/PyCQA/autoflake"