summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2015-08-09 05:49:24 +0800
committerDario Giovannetti2015-08-09 05:49:24 +0800
commit6cac8e18724ed627e85fe3a06c0ad1d3a2d2da0c (patch)
treec5cc24ec4827d3086b03de936d00ff53a6fd3e0b /PKGBUILD
parentf677792827d3617a7203e4cab24fc638d49b3060 (diff)
downloadaur-6cac8e18724ed627e85fe3a06c0ad1d3a2d2da0c.tar.gz
Update to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"