summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-12-03 14:43:51 +1300
committerGeorge Rawlinson2020-12-03 14:43:51 +1300
commit8adc21e6efe33305b9bc2ae60f3a4de35a10416c (patch)
treea85f1247eda5ead30b63824e3390e6e7e0390d0e
parent0f075fb331974b155a6c940a4451b5c82eee124e (diff)
downloadaur-8adc21e6efe33305b9bc2ae60f3a4de35a10416c.tar.gz
upgpkg: python-flake8-todo 0.7-2
Python 3.9 rebuild.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9efca00ea11..07c995cbf557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flake8-todo
pkgdesc = flake8 plugin to check for todo notes
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/schlamar/flake8-todo
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e847e4d456a3..02d29b735eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-flake8-todo
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="flake8 plugin to check for todo notes"
arch=('any')
url="https://github.com/schlamar/flake8-todo"