[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Apr 23 02:24:40 UTC 2017


    Date: Sunday, April 23, 2017 @ 02:24:36
  Author: svenstaro
Revision: 224461

upgpkg: python-ovirt-engine-sdk 4.1.3-1

Pushing python-ovirt-engine-sdk

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-23 02:23:34 UTC (rev 224460)
+++ PKGBUILD	2017-04-23 02:24:36 UTC (rev 224461)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
 
-pkgbase='ovirt-engine-sdk'
+pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
 pkgver='4.1.3'
 pkgrel='1'
@@ -10,13 +10,13 @@
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
 makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
 license=('ASL 2.0')
-source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz")
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz")
 sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
 
 package_python-ovirt-engine-sdk() {
   depends=('python-pycurl' 'python-six')
 
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
   python setup.py install -O1 --root="${pkgdir}"
 }
 
@@ -23,6 +23,6 @@
 package_python2-ovirt-engine-sdk() {
   depends=('python2-pycurl' 'python2-six' 'python2-enum34')
 
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
   python2 setup.py install -O1 --root="${pkgdir}"
 }



More information about the arch-commits mailing list