summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gerhaeuser2017-12-03 19:37:07 +0100
committerMichael Gerhaeuser2017-12-03 19:37:07 +0100
commitff82fa93537800257e538db397b395593af30848 (patch)
tree923bc6c3a73114b4c279446ede69d6ad77a1abb5
parentf612577cd348651fbc6e89075bc0305cb98a76b5 (diff)
downloadaur-ff82fa93537800257e538db397b395593af30848.tar.gz
Update to inifile 0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c2b12b97a7c..0d6b69dc1857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 3 18:36:14 UTC 2017
pkgbase = python2-inifile
pkgdesc = Ini file library for Python.
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 2
url = https://github.com/mitsuhiko/python-inifile
arch = any
@@ -8,8 +10,8 @@ pkgbase = python2-inifile
makedepends = python2-setuptools
depends = python2
options = !emptydirs
- source = https://github.com/mitsuhiko/python-inifile/archive/0.3.tar.gz
- md5sums = de2ef0f997c880e9d30362310776b652
+ source = https://github.com/mitsuhiko/python-inifile/archive/0.4.tar.gz
+ md5sums = 43ddbcc456398995fca9873f0f77eca4
pkgname = python2-inifile
diff --git a/PKGBUILD b/PKGBUILD
index 456612e6e0b5..6f57d241faf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Gerhaeuser <michael.gerhaeuser@gmail.com>
pkgname=python2-inifile
_pkgname=python-inifile
-pkgver=0.3
+pkgver=0.4
pkgrel=2
pkgdesc="Ini file library for Python."
arch=(any)
@@ -11,7 +11,7 @@ depends=(python2)
makedepends=(python2-setuptools)
options=(!emptydirs)
source=("https://github.com/mitsuhiko/$_pkgname/archive/$pkgver.tar.gz")
-md5sums=("de2ef0f997c880e9d30362310776b652")
+md5sums=("43ddbcc456398995fca9873f0f77eca4")
package() {
cd "$srcdir/$_pkgname-$pkgver"