summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2015-08-20 20:55:56 +0800
committerDario Giovannetti2015-08-20 20:55:56 +0800
commit9c20aee6bf0f41e52836ec74b24200b660e5e848 (patch)
treed0cec5cdc6a8d07ad528dbdc6c5943c320d434dd
parent6cac8e18724ed627e85fe3a06c0ad1d3a2d2da0c (diff)
downloadaur-9c20aee6bf0f41e52836ec74b24200b660e5e848.tar.gz
Update for 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4bbd8e57ec..f3f3a3d91ad1 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.2.0
+ pkgver = 1.2.1
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.2.0.tar.bz2
- sha256sums = 2d635eeedddde62f5bf3a924a85ff228708cc1c0e2b379c4a06574615efcbfb5
+ source = http://downloads.sourceforge.net/project/kynikos/lib.py.configfile/python2-configfile-1.2.1.tar.bz2
+ sha256sums = 7b2ee36661445534e729ec28d499365659b9a357f5891ea966996391f87c8ca7
pkgname = python2-configfile
diff --git a/PKGBUILD b/PKGBUILD
index 63caa043c580..75e4113fe748 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Giovannetti <dev at dariogiovannetti dot net>
pkgname='python2-configfile'
-pkgver='1.2.0'
+pkgver='1.2.1'
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=('2d635eeedddde62f5bf3a924a85ff228708cc1c0e2b379c4a06574615efcbfb5')
+sha256sums=('7b2ee36661445534e729ec28d499365659b9a357f5891ea966996391f87c8ca7')
package() {
cd "$srcdir/$pkgname-$pkgver"