summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"