[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Thu Jun 18 00:46:38 UTC 2020


    Date: Thursday, June 18, 2020 @ 00:46:36
  Author: ffy00
Revision: 646734

upgpkg: python-qt.py 1.2.5-3 (add dependency on qt5-python-bindings)

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-18 00:22:25 UTC (rev 646733)
+++ PKGBUILD	2020-06-18 00:46:36 UTC (rev 646734)
@@ -4,15 +4,12 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'
 license=('MIT')
-depends=('python')
-optdepends=('python-pyqt5: Qt 5 bindings'
-            'pyside2: LGPL Qt 5 bindings')
-provides=('qt5-python-bindings')
+depends=('python' 'qt5-python-bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 sha512sums=('c38a61007df2138ac38b33d61df456a70cc0aa94ac1d4b37384420fab28f9f75218258680e23ff181a0092f8b04b8d20441b3b64c051da07b13f8e49a5d36b1e')



More information about the arch-commits mailing list