[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Aug 21 10:40:53 UTC 2018
Date: Tuesday, August 21, 2018 @ 10:40:52
Author: arojas
Revision: 373089
Drop qt4 optdepends
Modified:
python-qt.py/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-21 10:39:54 UTC (rev 373088)
+++ PKGBUILD 2018-08-21 10:40:52 UTC (rev 373089)
@@ -5,7 +5,7 @@
pkgname=python-qt.py
_pkgname=Qt.py
pkgver=1.2.0.b2
-pkgrel=3
+pkgrel=4
pkgdesc="Python compatibility wrapper around all Qt bindings"
arch=('any')
url="https://github.com/mottosso/Qt.py"
@@ -12,9 +12,7 @@
license=('MIT')
depends=('python')
optdepends=('python-pyqt5: Qt 5 bindings'
- 'python-pyqt4: Qt 4 bindings'
- 'pyside2: LGPL Qt 5 bindings'
- 'python-pyside: LGPL Qt 4 bindings')
+ 'pyside2: LGPL Qt 5 bindings')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
More information about the arch-commits
mailing list