summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6969acaddac4..4a29e8e4f13d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-configfile
pkgdesc = Python library for dynamically parsing and editing configuration files with support for subsections.
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://kynikos.github.io/lib.py.configfile
arch = any
license = GPL3
depends = python
- source = http://downloads.sourceforge.net/project/kynikos/lib.py.configfile/python-configfile-1.1.1.tar.bz2
- sha256sums = b6178fc4377f1025f4b2526eeea02db93bb5560ee1ab27552c39348d03c6e99d
+ source = http://downloads.sourceforge.net/project/kynikos/lib.py.configfile/python-configfile-1.2.0.tar.bz2
+ sha256sums = b7f3f2fd7e02cc9bdf92e7820faf5507dc95559b760ce5f224726cc0834087c4
pkgname = python-configfile
diff --git a/PKGBUILD b/PKGBUILD
index 19ac9ee67385..4727e96b8eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Giovannetti <dev at dariogiovannetti dot net>
pkgname='python-configfile'
-pkgver='1.1.1'
+pkgver='1.2.0'
pkgrel=1
pkgdesc="Python library for dynamically parsing and editing configuration files with support for subsections."
arch=('any')
@@ -9,7 +9,7 @@ url="https://kynikos.github.io/lib.py.configfile"
license=('GPL3')
depends=('python')
source=("http://downloads.sourceforge.net/project/kynikos/lib.py.configfile/$pkgname-$pkgver.tar.bz2")
-sha256sums=('b6178fc4377f1025f4b2526eeea02db93bb5560ee1ab27552c39348d03c6e99d')
+sha256sums=('b7f3f2fd7e02cc9bdf92e7820faf5507dc95559b760ce5f224726cc0834087c4')
package() {
cd "$srcdir/$pkgname-$pkgver"