summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2019-10-06 07:47:30 +0200
committerrazer2019-10-06 07:47:30 +0200
commitd36f69dd6ca4314e7bb2881999161666beefdb6a (patch)
treecc2ccdae1daad457c7a5c4a1b4eca946a529e8c9 /PKGBUILD
parentf85bf9e4ef44a72f91cda1101e5475b8c7fb57ae (diff)
downloadaur-d36f69dd6ca4314e7bb2881999161666beefdb6a.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc02188472f5..673751aab07b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: razer <razer[at]neuf[dot]fr>
pkgname=python-pylint-plugin-utils
_pypi_pkgname=pylint-plugin-utils
-pkgver=0.5
-pkgrel=1
+pkgver=0.6
+pkgrel=0
pkgdesc="Utilities and helpers for writing Pylint plugins"
arch=('any')
url="https://github.com/landscapeio/pylint-plugin-utils"
license=('GPL2')
depends=('python')
makedepends=('python-setuptools' 'python-pylint')
-source=("https://pypi.io/packages/source/p/pylint-plugin-utils/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('8d9e31d5ea8b7b0003e1f0f136b44a5235896a32e47c5bc2ef1143e9f6ba0b74')
+source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
+sha256sums=('57625dcca20140f43731311cd8fd879318bf45a8b0fd17020717a8781714a25a')
build() {
cd "${_pypi_pkgname}-${pkgver}"