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

Frederik Schwan freswa at archlinux.org
Mon Oct 19 12:33:01 UTC 2020


    Date: Monday, October 19, 2020 @ 12:33:01
  Author: freswa
Revision: 727055

downgrade to the last release

Modified:
  libvirt-python/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-19 12:32:49 UTC (rev 727054)
+++ PKGBUILD	2020-10-19 12:33:01 UTC (rev 727055)
@@ -3,7 +3,8 @@
 # Contributor: Jonathan Wiersma <archaur at jonw dot org>
 
 pkgname=('libvirt-python')
-pkgver=6.8.0
+epoch=1
+pkgver=6.4.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -12,11 +13,9 @@
 makedepends=('python' 'libvirt')
 depends=('python' 'libvirt')
 options=('emptydirs')
-source=("https://libvirt.org/sources/python/$pkgname-$pkgver.tar.gz"{,'.asc'})
-b2sums=('667c2713bf9c0936f444c5b621f5af4e5273deda31496bc01c8834286a0ec0eb1c056006549cc5d129ef597264f8582acee62db3a2fd375daa4ebbceacb8fcc1'
-        'SKIP')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F'  # Daniel Veillard <veillard at redhat.com>
-              '453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar at redhat.com.
+source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz")
+sha512sums=('35757b1f8035047672eba547ce9d5476fbdc0b2859dfc3598698de4bd51139a7cb24e6e2f72a741c752a68fe86c0a4f4527a690d518dd9aed9b993258a734f2c')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 
 package() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -23,4 +22,3 @@
   python setup.py clean
   python setup.py install --root="${pkgdir}" --optimize=1
 }
-



More information about the arch-commits mailing list