summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2015-08-20 20:55:56 +0800
committerDario Giovannetti2015-08-20 20:55:56 +0800
commit9c20aee6bf0f41e52836ec74b24200b660e5e848 (patch)
treed0cec5cdc6a8d07ad528dbdc6c5943c320d434dd /PKGBUILD
parent6cac8e18724ed627e85fe3a06c0ad1d3a2d2da0c (diff)
downloadaur-9c20aee6bf0f41e52836ec74b24200b660e5e848.tar.gz
Update for 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"