summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2019-05-04 09:09:18 +0200
committerrazer2019-05-04 09:09:18 +0200
commit625a5cc71d5591dfa76122fddb46e5a0d0a1fb90 (patch)
tree0c9b72b49707278446fa480321c7c064d6e3c4f0
parentdece4496ae610a19f7c1d6ccb897d0a582d78e68 (diff)
downloadaur-625a5cc71d5591dfa76122fddb46e5a0d0a1fb90.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40569e763eee..f45fb8168dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pylint-plugin-utils
pkgdesc = Utilities and helpers for writing Pylint plugins
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/landscapeio/pylint-plugin-utils
arch = any
license = GPL2
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/p/pylint-plugin-utils/pylint-plugin-utils-0.4.tar.gz
- sha256sums = 8ad25a82bcce390d1d6b7c006c123e0cb18051839c9df7b8bdb7823c53fe676e
+ source = https://pypi.io/packages/source/p/pylint-plugin-utils/pylint-plugin-utils-0.5.tar.gz
+ sha256sums = 8d9e31d5ea8b7b0003e1f0f136b44a5235896a32e47c5bc2ef1143e9f6ba0b74
pkgname = python-pylint-plugin-utils
diff --git a/PKGBUILD b/PKGBUILD
index 4bd7716c418a..0beb5da8a0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: razer <razer[at]neuf[dot]fr>
pkgname=python-pylint-plugin-utils
_pypi_pkgname=pylint-plugin-utils
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Utilities and helpers for writing Pylint plugins"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('python')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/p/pylint-plugin-utils/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('8ad25a82bcce390d1d6b7c006c123e0cb18051839c9df7b8bdb7823c53fe676e')
+sha256sums=('8d9e31d5ea8b7b0003e1f0f136b44a5235896a32e47c5bc2ef1143e9f6ba0b74')
build() {
cd "${_pypi_pkgname}-${pkgver}"