summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2015-10-03 11:28:21 +0800
committerDario Giovannetti2015-10-03 11:28:21 +0800
commite0f16e9eb3cccb6d7312f1656126d043ee680ba3 (patch)
treee755af43dbaf76f1123438cd194590105a8f9707
parent462ce0f1599019d94254b58ecac8462a78975d0e (diff)
downloadaur-e0f16e9eb3cccb6d7312f1656126d043ee680ba3.tar.gz
Rebuild for Python 3.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69213a78c556..f891a7a231bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-configfile
pkgdesc = Python library for dynamically parsing and editing configuration files with support for subsections.
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://kynikos.github.io/lib.py.configfile
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ae7d294d8119..eb13fbd3e222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-configfile'
pkgver='1.2.2'
-pkgrel=1
+pkgrel=2
pkgdesc="Python library for dynamically parsing and editing configuration files with support for subsections."
arch=('any')
url="https://kynikos.github.io/lib.py.configfile"