[arch-commits] Commit in python-oslo-config/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 10 05:41:14 UTC 2018


    Date: Wednesday, October 10, 2018 @ 05:41:13
  Author: felixonmars
Revision: 392054

upgpkg: python-oslo-config 6.6.0-2

fix file conflict

Modified:
  python-oslo-config/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 05:38:53 UTC (rev 392053)
+++ PKGBUILD	2018-10-10 05:41:13 UTC (rev 392054)
@@ -4,7 +4,7 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 pkgver=6.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.config/$pkgver"
@@ -60,6 +60,7 @@
   cd "$srcdir"/oslo.config-$pkgver-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1
   mv "$pkgdir"/usr/bin/oslo-config-generator{,2}
+  mv "$pkgdir"/usr/bin/oslo-config-validator{,2}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list