summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 18:31:47 +0000
committerOromion2021-12-14 18:31:47 +0000
commitd8543a13ab0e5bff1f1c587a5f5e56de072824f2 (patch)
tree36b01da362cd1f9e2364c7bb9949fffb93356681
parentc0a2edeb9b7cc96efcfa0e19c8d480f2173f4e58 (diff)
downloadaur-d8543a13ab0e5bff1f1c587a5f5e56de072824f2.tar.gz
Python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c4d408a753f..66efb1cfb0d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pep8
pkgdesc = The final release of the pep8 package
pkgver = 1.7.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/PyCQA/pycodestyle
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f59ec20aabf5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+* \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index c3f7a714fc93..6b4b958e34f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=pep8
pkgname=python-${_base}
pkgver=1.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="The final release of the pep8 package"
arch=('any')
url="https://github.com/PyCQA/pycodestyle"