summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f247145ae92..38d25e48784a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-flake8-variables-names
pkgdesc = A flake8 extension that helps to make more readable variables names
- pkgver = 0.0.2
+ pkgver = 0.0.5
pkgrel = 1
url = https://github.com/best-doctor/flake8-variables-names
arch = any
license = MIT
depends = python
- source = https://github.com/best-doctor/flake8-variables-names/archive/v0.0.2.tar.gz
- sha512sums = c59938076df1b8d4686511b76e402f7d13531cbb1ecb47d856535210e1b2d04ff6549ec4621d09927ca0f4a358bea381a6303714fa298f808811f70ccb1734ee
+ source = https://github.com/best-doctor/flake8-variables-names/archive/v0.0.5.tar.gz
+ sha512sums = 3f0f87d36af4aa9782b4738637e8f1d4b1ca678e5387b0768d21c1aab078e0e1e48b635626bbae7399e2e97f0a1cd545f5c45db72f54af3c03b5a6eee872e36b
pkgname = python-flake8-variables-names
-
diff --git a/PKGBUILD b/PKGBUILD
index 9a3afe0462e7..976e6618a314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: neodarz <neodarz at neodarz dot net>
+# Maintainer: brodokk <brodokk at brodokk dot space>
_pkgname=flake8-variables-names
pkgname=python-$_pkgname
-pkgver=0.0.2
+pkgver=0.0.5
pkgrel=1
pkgdesc="A flake8 extension that helps to make more readable variables names"
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python')
source=("https://github.com/best-doctor/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('c59938076df1b8d4686511b76e402f7d13531cbb1ecb47d856535210e1b2d04ff6549ec4621d09927ca0f4a358bea381a6303714fa298f808811f70ccb1734ee')
+sha512sums=('3f0f87d36af4aa9782b4738637e8f1d4b1ca678e5387b0768d21c1aab078e0e1e48b635626bbae7399e2e97f0a1cd545f5c45db72f54af3c03b5a6eee872e36b')
package() {
cd "$_pkgname-$pkgver"