summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31a89cc6a16f..758060d38d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-flake8-assertive
pkgdesc = Flake8 unittest assert method checker
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/jparise/flake8-assertive
arch = any
license = MIT
depends = python
- source = https://github.com/jparise/flake8-assertive/archive/1.2.1.tar.gz
- sha512sums = 908a1e3e4b2ef0cdfab1ebe04598b8802aa532247e8eabb7eed7ce775c4b790b4178533f86a17e49fbe0e53b090ac942ef4541130d09656f5ed1874106952e57
+ source = https://github.com/jparise/flake8-assertive/archive/1.3.0.tar.gz
+ sha512sums = 7d931f9e8167ab177b380f87c625df1a4bd3a64a74e060ce27854d689cbda27a1b7d3f836331c6c8806abbf788e421775fa0e18d80dc6ac7b1cc20597c45e2da
pkgname = python-flake8-assertive
diff --git a/PKGBUILD b/PKGBUILD
index 37708f1f31ed..2b9f396f7fc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=flake8-assertive
pkgname=python-$_pkgname
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Flake8 unittest assert method checker"
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python')
source=("https://github.com/jparise/$_pkgname/archive/$pkgver.tar.gz")
-sha512sums=('908a1e3e4b2ef0cdfab1ebe04598b8802aa532247e8eabb7eed7ce775c4b790b4178533f86a17e49fbe0e53b090ac942ef4541130d09656f5ed1874106952e57')
+sha512sums=('7d931f9e8167ab177b380f87c625df1a4bd3a64a74e060ce27854d689cbda27a1b7d3f836331c6c8806abbf788e421775fa0e18d80dc6ac7b1cc20597c45e2da')
package() {
cd "$_pkgname-$pkgver"