summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"