summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-12-30 05:04:38 +0100
committerrazer2021-12-30 05:04:38 +0100
commite9851ee23b3be9be7fc7b4bcc606760ee25071b1 (patch)
tree1cbbd82d9c54dab077a5cf41a375bfd04ed260b5 /PKGBUILD
parentd745319b3821edc1f79af3d1b75ffbf8d1082e83 (diff)
downloadaur-e9851ee23b3be9be7fc7b4bcc606760ee25071b1.tar.gz
version push
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13f8ddaa2975..9a993258db07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: razer <razer[at]neuf[dot]fr>
pkgname=python-pylint-plugin-utils
_pypi_pkgname=pylint-plugin-utils
-pkgver=0.6
-pkgrel=3
+pkgver=0.7
+pkgrel=0
pkgdesc="Utilities and helpers for writing Pylint plugins"
arch=('any')
url="https://github.com/landscapeio/pylint-plugin-utils"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('python')
makedepends=('python-setuptools' 'python-pylint')
source=("https://pypi.io/packages/source/p/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('57625dcca20140f43731311cd8fd879318bf45a8b0fd17020717a8781714a25a')
+sha256sums=('ce48bc0516ae9415dd5c752c940dfe601b18fe0f48aa249f2386adfa95a004dd')
build() {
cd "${_pypi_pkgname}-${pkgver}"