summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-12-14 13:56:59 +0100
committerrazer2021-12-14 13:56:59 +0100
commitd745319b3821edc1f79af3d1b75ffbf8d1082e83 (patch)
tree60fa9bb8959f3b4e57405dc5587349bfb6842a71
parent4689ed9a0e8694298c02df90b2177e0fadc01d21 (diff)
downloadaur-d745319b3821edc1f79af3d1b75ffbf8d1082e83.tar.gz
Force reinstall for python 3.10
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bebaa489e40b..bb2f817e1b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pylint-plugin-utils
pkgdesc = Utilities and helpers for writing Pylint plugins
pkgver = 0.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/landscapeio/pylint-plugin-utils
arch = any
license = GPL2
@@ -12,4 +12,3 @@ pkgbase = python-pylint-plugin-utils
sha256sums = 57625dcca20140f43731311cd8fd879318bf45a8b0fd17020717a8781714a25a
pkgname = python-pylint-plugin-utils
-
diff --git a/PKGBUILD b/PKGBUILD
index 4425f5ce9681..13f8ddaa2975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pylint-plugin-utils
_pypi_pkgname=pylint-plugin-utils
pkgver=0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Utilities and helpers for writing Pylint plugins"
arch=('any')
url="https://github.com/landscapeio/pylint-plugin-utils"