summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2023-10-29 08:55:25 +0100
committerrazer2023-10-29 08:55:25 +0100
commit3e7e0ddf923a70b01096d51137a533e687d36b54 (patch)
tree913878f0c0cd27065a9d2fcf6241e9eebeca0352 /PKGBUILD
parentee4d306d6ae7f056725f1758e1744747dd105580 (diff)
downloadaur-3e7e0ddf923a70b01096d51137a533e687d36b54.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"