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

Jelle van der Waa jelle at archlinux.org
Sat Mar 30 16:58:32 UTC 2019


    Date: Saturday, March 30, 2019 @ 16:58:32
  Author: jelle
Revision: 446339

upgpkg: pyudev 0.21.0-5

Fix fs#61182

Modified:
  pyudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 16:47:10 UTC (rev 446338)
+++ PKGBUILD	2019-03-30 16:58:32 UTC (rev 446339)
@@ -6,12 +6,12 @@
 pkgbase=pyudev
 pkgname=('python-pyudev')
 pkgver=0.21.0
-pkgrel=4
+pkgrel=5
 arch=('any')
 url='http://pyudev.readthedocs.org/en/latest/index.html'
 license=('LGPL')
 pkgdesc='A pure Python 3.x binding to libudev'
-depends=('python' 'systemd')
+depends=('python' 'systemd' 'python-six')
 makedepends=('python-setuptools')
 optdepends=('python-pyqt5: PyQt integration'
             'python-gobject2: Glib integration'



More information about the arch-commits mailing list