summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2015-10-06 23:36:58 +0200
committerÉtienne Deparis2015-10-06 23:36:58 +0200
commit11fc70ea918dc8aff8aeaf836a5a844bfbfffa50 (patch)
treed102a4bc1d29f6365642dc44858e3c5da253778d
parent6ee30f65385d8d3c56a30b98ad82c888767d9279 (diff)
downloadaur-11fc70ea918dc8aff8aeaf836a5a844bfbfffa50.tar.gz
Update to 0.1.72
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e95d28c15bff..24a324b30da1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 4.2.1
-# Wed Jun 10 12:43:36 UTC 2015
+# Tue Oct 6 21:34:52 UTC 2015
pkgbase = python2-reconfigure
pkgdesc = An ORM for config files
- pkgver = 0.1.66
+ pkgver = 0.1.72
pkgrel = 1
url = https://pypi.python.org/pypi/reconfigure
arch = any
@@ -10,8 +10,8 @@ pkgbase = python2-reconfigure
makedepends = python2-setuptools
depends = python2-chardet
options = !emptydirs
- source = http://pypi.python.org/packages/source/r/reconfigure/reconfigure-0.1.66.tar.gz
- md5sums = a6b16ac125d99f9de61c2f937fa32412
+ source = http://pypi.python.org/packages/source/r/reconfigure/reconfigure-0.1.72.tar.gz
+ md5sums = 0228b8c1db5f1c848fa56dcf3cef8dd5
pkgname = python2-reconfigure
diff --git a/PKGBUILD b/PKGBUILD
index d68f853c69f8..ff1d71b3d6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-reconfigure
_pkgname=reconfigure
-pkgver=0.1.66
+pkgver=0.1.72
pkgrel=1
pkgdesc="An ORM for config files"
license=("LGPL3")
@@ -10,7 +10,7 @@ url="https://pypi.python.org/pypi/reconfigure"
depends=('python2-chardet')
makedepends=('python2-setuptools')
source=(http://pypi.python.org/packages/source/r/reconfigure/$_pkgname-$pkgver.tar.gz)
-md5sums=('a6b16ac125d99f9de61c2f937fa32412')
+md5sums=('0228b8c1db5f1c848fa56dcf3cef8dd5')
arch=('any')
options=(!emptydirs)