summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneodarz2020-11-11 12:19:55 +0100
committerneodarz2020-11-11 12:19:55 +0100
commit25635b561791ca89a4faa93fdf2c07c393741b63 (patch)
tree0b30162d67e5ad17747c620707bbbfe50e95aef9 /PKGBUILD
parentfc27adb20614bc4a63f317a5fa051102a6391829 (diff)
downloadaur-25635b561791ca89a4faa93fdf2c07c393741b63.tar.gz
Update to last version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"