summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-09-13 16:06:56 -0500
committerBao Trinh2023-09-13 16:06:56 -0500
commit7273289da345229adee5469be172c837a4a05cde (patch)
treea05ca498ae2a006259bf9e00bad66555bf64543d
parent814277a186acb22d76489b96850ede16612f0b14 (diff)
downloadaur-7273289da345229adee5469be172c837a4a05cde.tar.gz
v2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718e6791e5dd..6d4c6661d276 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-autoflake
pkgdesc = Removes unused imports and unused variables
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/PyCQA/autoflake
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-autoflake
depends = python
depends = python-pyflakes
depends = python-tomli
- source = python-autoflake-2.2.0.tar.gz::https://github.com/PyCQA/autoflake/archive/refs/tags/v2.2.0.tar.gz
- sha256sums = 94df0c1074844fde53b7b49a360a87ac5f8adb69ae44efa1539d1730f029654e
+ source = python-autoflake-2.2.1.tar.gz::https://github.com/PyCQA/autoflake/archive/refs/tags/v2.2.1.tar.gz
+ sha256sums = 7fc9e239ca035c10a66200866cb413db43b6bf7f344c6635e33fe8784e7c48d1
pkgname = python-autoflake
diff --git a/PKGBUILD b/PKGBUILD
index 9e5eecc2c51f..520c31d29e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-autoflake
_pkgname="${pkgname#python-}"
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='Removes unused imports and unused variables'
arch=(any)
@@ -24,7 +24,7 @@ makedepends=(
)
checkdepends=('python-pytest')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/PyCQA/autoflake/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('94df0c1074844fde53b7b49a360a87ac5f8adb69ae44efa1539d1730f029654e')
+sha256sums=('7fc9e239ca035c10a66200866cb413db43b6bf7f344c6635e33fe8784e7c48d1')
build() {
cd "${_pkgname}-${pkgver}"