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 986cb8846520..ae7d294d8119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Giovannetti <dev at dariogiovannetti dot net>
pkgname='python-configfile'
-pkgver='1.2.1'
+pkgver='1.2.2'
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=('a9d1d6fe4a59a2b45e020b61c86f6119650dd715733e890df63a18694414c726')
+sha256sums=('213daeba91a026185e47b7f3fe2827b1c162cf9fa619744b98ef197de9e0ef96')
package() {
cd "$srcdir/$pkgname-$pkgver"