summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2015-08-09 05:49:24 +0800
committerDario Giovannetti2015-08-09 05:49:24 +0800
commit6cac8e18724ed627e85fe3a06c0ad1d3a2d2da0c (patch)
treec5cc24ec4827d3086b03de936d00ff53a6fd3e0b
parentf677792827d3617a7203e4cab24fc638d49b3060 (diff)
downloadaur-6cac8e18724ed627e85fe3a06c0ad1d3a2d2da0c.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 274f7efdf6ae..5a4bbd8e57ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-configfile
pkgdesc = Python2 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 = python2
- source = http://downloads.sourceforge.net/project/kynikos/lib.py.configfile/python2-configfile-1.1.1.tar.bz2
- sha256sums = 45492f357f242d4acfe9d1ce079f8e3e131b4269fe88f99e7e56d47959ae80df
+ source = http://downloads.sourceforge.net/project/kynikos/lib.py.configfile/python2-configfile-1.2.0.tar.bz2
+ sha256sums = 2d635eeedddde62f5bf3a924a85ff228708cc1c0e2b379c4a06574615efcbfb5
pkgname = python2-configfile
diff --git a/PKGBUILD b/PKGBUILD
index dd5558794012..63caa043c580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Giovannetti <dev at dariogiovannetti dot net>
pkgname='python2-configfile'
-pkgver='1.1.1'
+pkgver='1.2.0'
pkgrel=1
pkgdesc="Python2 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=('python2')
source=("http://downloads.sourceforge.net/project/kynikos/lib.py.configfile/$pkgname-$pkgver.tar.bz2")
-sha256sums=('45492f357f242d4acfe9d1ce079f8e3e131b4269fe88f99e7e56d47959ae80df')
+sha256sums=('2d635eeedddde62f5bf3a924a85ff228708cc1c0e2b379c4a06574615efcbfb5')
package() {
cd "$srcdir/$pkgname-$pkgver"