summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-10-29 08:55:25 +0100
committerrazer2023-10-29 08:55:25 +0100
commit3e7e0ddf923a70b01096d51137a533e687d36b54 (patch)
tree913878f0c0cd27065a9d2fcf6241e9eebeca0352
parentee4d306d6ae7f056725f1758e1744747dd105580 (diff)
downloadaur-3e7e0ddf923a70b01096d51137a533e687d36b54.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ff811bd47c..794b41f35fb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pylint-django
pkgdesc = A Pylint plugin to help Pylint understand the Django web framework
- pkgver = 2.5.3
- pkgrel = 1
+ pkgver = 2.5.5
+ pkgrel = 0
url = https://github.com/landscapeio/pylint-django
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-pylint-plugin-utils
depends = python
- source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.5.3.tar.gz
- sha256sums = 0ac090d106c62fe33782a1d01bda1610b761bb1c9bf5035ced9d5f23a13d8591
+ source = https://pypi.io/packages/source/p/pylint-django/pylint-django-2.5.5.tar.gz
+ sha256sums = 2f339e4bf55776958283395c5139c37700c91bd5ef1d8251ef6ac88b5abbba9b
pkgname = python-pylint-django
diff --git a/PKGBUILD b/PKGBUILD
index 05c21757f6e7..6d0f7d4dee67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Razer <razer@neuf.fr>
pkgname=python-pylint-django
_pypi_pkgname=pylint-django
-pkgver=2.5.3
-pkgrel=1
+pkgver=2.5.5
+pkgrel=0
pkgdesc="A Pylint plugin to help Pylint understand the Django web framework"
arch=('any')
url="https://github.com/landscapeio/pylint-django"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('python')
makedepends=('python-setuptools' 'python-pylint-plugin-utils')
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('0ac090d106c62fe33782a1d01bda1610b761bb1c9bf5035ced9d5f23a13d8591')
+sha256sums=('2f339e4bf55776958283395c5139c37700c91bd5ef1d8251ef6ac88b5abbba9b')
build() {
cd "${_pypi_pkgname}-${pkgver}"