summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-05-07 19:02:39 +0200
committerHugo Osvaldo Barrera2021-05-07 19:02:39 +0200
commit5077218ae6584c8554e31ba28fd9b7b12bdeebdd (patch)
tree49a369d4b0b8f19a0eada66429a0ea4347975340
parent7e57c1d568838f4f13cc2c658e3d4c5a334ae5b6 (diff)
downloadaur-5077218ae6584c8554e31ba28fd9b7b12bdeebdd.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 589e8e849cc4..409835ee933b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-flake8-efm
pkgdesc = Flake8 plugin for EFM-compatible output.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://git.sr.ht/~whynothugo/flake8-efm
arch = any
license = ISC
depends = flake8
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/f/flake8-efm/flake8-efm-1.0.0.tar.gz
- sha512sums = 3936880f8f7651af8e4638e132a3b73c9c7fa582928b21e753d1199acb27df0388fbf45caeca3c79372a53ee88b449e98a4d251d6a69d54d3d8100f63249e433
+ source = https://files.pythonhosted.org/packages/source/f/flake8-efm/flake8-efm-1.0.1.tar.gz
+ sha512sums = c8196f951f22d989405dd2d159c616532c8b1bb33d8d6761362cdbb66a6bbbdbe31ee134dc4883ef04421d37562d501797c5f09dedaf800aa01329a2168e4a55
pkgname = python-flake8-efm
-
diff --git a/PKGBUILD b/PKGBUILD
index c6d4cb55630e..52e89164a17f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=flake8-efm
pkgname=python-flake8-efm
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc='Flake8 plugin for EFM-compatible output.'
arch=('any')
@@ -10,7 +10,7 @@ url=https://git.sr.ht/~whynothugo/flake8-efm
license=('ISC')
depends=('flake8' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('3936880f8f7651af8e4638e132a3b73c9c7fa582928b21e753d1199acb27df0388fbf45caeca3c79372a53ee88b449e98a4d251d6a69d54d3d8100f63249e433')
+sha512sums=('c8196f951f22d989405dd2d159c616532c8b1bb33d8d6761362cdbb66a6bbbdbe31ee134dc4883ef04421d37562d501797c5f09dedaf800aa01329a2168e4a55')
build() {
cd $_name-$pkgver