Date: Saturday, July 9, 2022 @ 00:54:56 Author: svenstaro Revision: 1249066
upgpkg: python-ovirt-engine-sdk 4.5.1-1 Modified: python-ovirt-engine-sdk/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-09 00:48:51 UTC (rev 1249065) +++ PKGBUILD 2022-07-09 00:54:56 UTC (rev 1249066) @@ -2,7 +2,7 @@ # Contributor: Konstantin Shalygin <[email protected]> pkgname=python-ovirt-engine-sdk -pkgver=4.4.15 +pkgver=4.5.1 pkgrel=1 pkgdesc='Python access to the oVirt Engine API' arch=('x86_64') @@ -10,10 +10,15 @@ depends=('python-pycurl' 'python-six' 'libxml2') makedepends=('python-setuptools') license=('custom') -source=("https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz") -sha512sums=('9261fd8a901f0cb385e9f58009123fc3660099c2f2e666a03a811b1cc196dc730a86893734a97cb56727069c00b4885de19794965c514e478da99ce0d887e56f') +source=("$pkgname-$pkgver.tar.gz::https://github.com/oVirt/python-ovirt-engine-sdk4/archive/refs/tags/$pkgver.tar.gz") +sha512sums=('a1e9636cb1c2791125308a21afa16d434c12d8274312274bfe829a97f967177318ae381c3fe06cc0861db497af8c0572c7c45ad446b2e46e7bbe60f30cd49f89') package() { + cd python-ovirt-engine-sdk4-$pkgver + + # We just run this command for the templating that it does, we don't do rpms in Arch + .automation/build-srpm.sh || true + python setup.py install -O1 --root="${pkgdir}" install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
