summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2020-11-11 12:14:39 +0100
committerneodarz2020-11-11 12:14:39 +0100
commit6655daa81d6cac31c8d9bc68cce987f651672432 (patch)
tree1f9e35d3fb1f84a9d0f4af8d2852090de41fd819
parent10ff2ffa5e7fd3a29debda0b6b015405ba039ead (diff)
downloadaur-6655daa81d6cac31c8d9bc68cce987f651672432.tar.gz
Update to last version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52004fbcb877..68b5c55880c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-flake8-print
pkgdesc = Check for Print statements in python files.
- pkgver = 3.1.0
+ pkgver = 3.1.4
pkgrel = 1
url = https://github.com/jbkahn/flake8-print
arch = any
license = MIT
depends = python
- source = https://github.com/JBKahn/flake8-print/archive/3.1.0.tar.gz
- sha512sums = 7a83fbe95e0b69fc3490b7402d1172f916872e0b1fa073e42277c8413fec31486bc3d08483e5f9a2e70a565ad371aac72400323353d25c18d8561e204ae8bece
+ source = https://github.com/JBKahn/flake8-print/archive/3.1.4.tar.gz
+ sha512sums = f5caf02478c1bd47df7f922b560de97be5dc103e61461dea5e84b20111761f259dd231fb8c53f45f921ac5b0b010daf0cd5cca6024eae8e33f434d301eaba6bb
pkgname = python-flake8-print
diff --git a/PKGBUILD b/PKGBUILD
index 9fc05ac64efb..a95896483f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=flake8-print
pkgname=python-$_pkgname
-pkgver=3.1.0
+pkgver=3.1.4
pkgrel=1
pkgdesc="Check for Print statements in python files."
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python')
source=("https://github.com/JBKahn/$_pkgname/archive/$pkgver.tar.gz")
-sha512sums=('7a83fbe95e0b69fc3490b7402d1172f916872e0b1fa073e42277c8413fec31486bc3d08483e5f9a2e70a565ad371aac72400323353d25c18d8561e204ae8bece')
+sha512sums=('f5caf02478c1bd47df7f922b560de97be5dc103e61461dea5e84b20111761f259dd231fb8c53f45f921ac5b0b010daf0cd5cca6024eae8e33f434d301eaba6bb')
package() {
cd "$_pkgname-$pkgver"