summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"