summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2016-12-16 12:46:56 +0100
committerÉtienne Deparis2016-12-16 12:46:56 +0100
commit9ef6c093ca9668df0d0a39397f24e6a42910cdb8 (patch)
tree1f3cbf00d5ff6c26a1e061178b0e92cef03ec894
parent70bfb2d1d9bba04307029293ae946f6153fe6a33 (diff)
downloadaur-9ef6c093ca9668df0d0a39397f24e6a42910cdb8.tar.gz
New pkgbuild version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ad57d92e95..c7cd157f04f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Fri Apr 22 07:19:02 UTC 2016
+# Fri Dec 16 11:46:45 UTC 2016
pkgbase = python2-reconfigure
pkgdesc = An ORM for config files
- pkgver = 0.1.78
+ pkgver = 0.1.79
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.78.tar.gz
- md5sums = 00f5d6d1ea54be60c0deb2b9c775bc1b
+ source = http://pypi.python.org/packages/source/r/reconfigure/reconfigure-0.1.79.tar.gz
+ md5sums = c0fddea35fdf4596065808d1068f74ea
pkgname = python2-reconfigure
diff --git a/PKGBUILD b/PKGBUILD
index 730e78df2b61..31ba7a0a956b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-reconfigure
_pkgname=reconfigure
-pkgver=0.1.78
+pkgver=0.1.79
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=('00f5d6d1ea54be60c0deb2b9c775bc1b')
+md5sums=('c0fddea35fdf4596065808d1068f74ea')
arch=('any')
options=(!emptydirs)