summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-12-30 05:04:38 +0100
committerrazer2021-12-30 05:04:38 +0100
commite9851ee23b3be9be7fc7b4bcc606760ee25071b1 (patch)
tree1cbbd82d9c54dab077a5cf41a375bfd04ed260b5
parentd745319b3821edc1f79af3d1b75ffbf8d1082e83 (diff)
downloadaur-e9851ee23b3be9be7fc7b4bcc606760ee25071b1.tar.gz
version push
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2f817e1b07..c23224ac1c9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pylint-plugin-utils
pkgdesc = Utilities and helpers for writing Pylint plugins
- pkgver = 0.6
- pkgrel = 3
+ pkgver = 0.7
+ pkgrel = 0
url = https://github.com/landscapeio/pylint-plugin-utils
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-pylint
depends = python
- source = https://pypi.io/packages/source/p/pylint-plugin-utils/pylint-plugin-utils-0.6.tar.gz
- sha256sums = 57625dcca20140f43731311cd8fd879318bf45a8b0fd17020717a8781714a25a
+ source = https://pypi.io/packages/source/p/pylint-plugin-utils/pylint-plugin-utils-0.7.tar.gz
+ sha256sums = ce48bc0516ae9415dd5c752c940dfe601b18fe0f48aa249f2386adfa95a004dd
pkgname = python-pylint-plugin-utils
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}"