summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 828982a7b5a8..1f6ae09870f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Østergaard <oe.nick at gmail dot com>
_pkgname=config
pkgname=python2-config
-pkgver=0.3.9
+pkgver=0.4.0
pkgrel=1
pkgdesc="A hierarchical, easy-to-use, powerful configuration module for Python"
arch=(any)
@@ -9,8 +9,8 @@ url="https://pypi.python.org/pypi/config"
license=('MIT')
depends=('python')
options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('2f901d954e9e537cc9e1050deb1f67c1')
+source=("https://pypi.python.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('862c2579eda9798ec367a587a8ae15c8')
package() {
cd "$srcdir/$_pkgname-$pkgver"