summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-12-14 13:56:44 +0100
committerrazer2021-12-14 13:56:44 +0100
commite88c208ed0ccf1a310a6bd88d461dd701c33c3e0 (patch)
tree84bdf198121a82955d3dbbd6cc0e016ce48474fe
parent689cddf4e8ecccc31f6d85ba88e7bd7a627b5a88 (diff)
downloadaur-e88c208ed0ccf1a310a6bd88d461dd701c33c3e0.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 915603999da1..a18b5b762930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pylint-django
pkgdesc = A Pylint plugin to help Pylint understand the Django web framework
pkgver = 2.4.4
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/landscapeio/pylint-django
arch = any
license = GPL2
@@ -12,4 +12,3 @@ pkgbase = python-pylint-django
sha256sums = f63f717169b0c2e4e19c28f1c32c28290647330184fcb7427805ae9b6994f3fc
pkgname = python-pylint-django
-
diff --git a/PKGBUILD b/PKGBUILD
index 8a5ab7d00603..2868efee2385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
pkgver=2.4.4
-pkgrel=0
+pkgrel=1
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
url="https://github.com/landscapeio/pylint-django"