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

Filipe Laíns ffy00 at archlinux.org
Thu Aug 16 17:56:50 UTC 2018


    Date: Thursday, August 16, 2018 @ 17:56:49
  Author: ffy00
Revision: 372001

fix optdepends

Modified:
  python-qt.py/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-16 17:51:24 UTC (rev 372000)
+++ PKGBUILD	2018-08-16 17:56:49 UTC (rev 372001)
@@ -5,7 +5,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.0.b2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python compatibility wrapper around all Qt bindings"
 arch=('any')
 url="https://github.com/mottosso/Qt.py"
@@ -13,10 +13,10 @@
 depends=('python')
 optdepends=('python-pyqt5: Qt 5 bindings'
 	    'python-pyqt4: Qt 4 bindings'
-	    'python-pyside2-git: LGPL Qt 5 bindings'
+	    'pyside2: LGPL Qt 5 bindings'
 	    'python-pyside: LGPL Qt 4 bindings')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
 
 build() {



More information about the arch-commits mailing list