summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-13 06:30:01 +0000
committerGeorge Rawlinson2021-12-13 06:30:01 +0000
commit8e7fbf7648e3705a11447a72edf07ab3fa47d7dc (patch)
tree8354e38226c980fdb93ba977563a0f97db55a48a
parentc9f4788b152513cdf4fc9cb80ff7fc4b79a298a6 (diff)
downloadaur-8e7fbf7648e3705a11447a72edf07ab3fa47d7dc.tar.gz
upgpkg: python-flake8-plugin-utils; python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94724c4f7001..53bd6b980566 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flake8-plugin-utils
pkgdesc = Provides base classes and utils for flake8 plugin writing
pkgver = 1.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/afonasev/flake8-plugin-utils
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d60f7f555a29..fecefda5ec7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-flake8-plugin-utils
_pkgname="${pkgname#python-}"
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Provides base classes and utils for flake8 plugin writing"
arch=('any')
url="https://github.com/afonasev/flake8-plugin-utils"