summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Beale2022-06-23 22:30:25 +0100
committerAlan Beale2022-06-23 22:30:25 +0100
commit69a30521c12ccf1e5b6eadb7b551c6b26936d765 (patch)
tree93357985bc1f5c0745fda904b39838b62fa77b50
parentd85fc2ad423cc5fcfc43c51bc6b193e4caa5d25f (diff)
downloadaur-python2-reconfigure.tar.gz
Update to 0.1.82
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e8889791b0..79b8bd779d81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.0.2
-# Tue Jan 2 14:21:12 UTC 2018
pkgbase = python2-reconfigure
pkgdesc = An ORM for config files
- pkgver = 0.1.81
+ pkgver = 0.1.82
pkgrel = 1
url = https://pypi.python.org/pypi/reconfigure
arch = any
@@ -10,8 +8,7 @@ pkgbase = python2-reconfigure
makedepends = python2-setuptools
depends = python2-chardet
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/r/reconfigure/reconfigure-0.1.81.tar.gz
- md5sums = 3e22035fb630103196fe674b98069e74
+ source = https://files.pythonhosted.org/packages/source/r/reconfigure/reconfigure-0.1.82.tar.gz
+ md5sums = 6784fe350c74a6b3361b4fd579cc5cbb
pkgname = python2-reconfigure
-
diff --git a/PKGBUILD b/PKGBUILD
index 8c9f552e069f..97b9b1232cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-reconfigure
_name=reconfigure
-pkgver=0.1.81
+pkgver=0.1.82
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=("https://files.pythonhosted.org/packages/source/r/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('3e22035fb630103196fe674b98069e74')
+md5sums=('6784fe350c74a6b3361b4fd579cc5cbb')
arch=("any")
options=(!emptydirs)