summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2017-09-05 23:26:15 +0200
committerMorten Linderud2017-09-05 23:26:15 +0200
commitcb6c9b273df3d5ce6da4f8216f1ffce96edd5a7f (patch)
treee7038defa60ee268be1120bcd8340bda11f80408
parentbe07fe3f712ef5c04e87a6d580f70ff410297abb (diff)
downloadaur-cb6c9b273df3d5ce6da4f8216f1ffce96edd5a7f.tar.gz
upgpkg: python-anyconfig 0.9.3-5
python-anyconfig: fixed tox to rely on system py2 and py3 Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 815182bd68c9..7f4b986fe98b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 5 19:45:20 UTC 2017
+# Tue Sep 5 21:26:15 UTC 2017
pkgbase = python-anyconfig
pkgdesc = Generic access to configuration files in any formats (to be in the future)
pkgver = 0.9.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/ssato/python-anyconfig
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f07d73ce32b9..1b5702a4228c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase="python-anyconfig"
pkgname=("python-anyconfig" "python2-anyconfig")
pkgver=0.9.3
-pkgrel=4
+pkgrel=5
pkgdesc='Generic access to configuration files in any formats (to be in the future)'
url='https://github.com/ssato/python-anyconfig'
arch=('any')
@@ -21,7 +21,7 @@ build() {
check(){
cd "${srcdir}/${pkgbase}-RELEASE_${pkgver}"
- tox
+ tox -e py2,py3
}
package_python-anyconfig() {