summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Puri2023-02-24 10:14:34 -0800
committerSameer Puri2023-02-24 10:14:34 -0800
commit3c488d17969b9470e91635f002b085aa9c3de3a5 (patch)
treef321d2ca6924f9e9171afe8506077a192d278bc5
parent75c4f0140249762372f718058c74db259fa0f19d (diff)
downloadaur-3c488d17969b9470e91635f002b085aa9c3de3a5.tar.gz
regenerate with pypi2pkgbuild (no change)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b64670e35e8..45229b1dc1c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = python-qt-reactor
license = MIT
makedepends = python-pip
depends = python
- depends = python-twisted
depends = python-qtpy
+ depends = python-twisted
noextract = qt_reactor-0.6-py2.py3-none-any.whl
source = PKGBUILD_EXTRAS
source = https://files.pythonhosted.org/packages/83/77/506a082b80c43fc50509f13c1aed9b63716295f3f0f983035b8bb49f6e23/qt_reactor-0.6-py2.py3-none-any.whl
@@ -18,4 +18,3 @@ pkgbase = python-qt-reactor
md5sums = fee9e9036ceaa3835700c4d98b50251a
pkgname = python-qt-reactor
-
diff --git a/PKGBUILD b/PKGBUILD
index f6cd05aa9146..a48c1dcf5961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='Twisted Qt Integration for Qt4 and Qt5 using qtpy'
arch=(any)
url=https://github.com/frmdstryr/qt-reactor
license=(MIT)
-depends=(python python-twisted python-qtpy)
+depends=(python python-qtpy python-twisted)
## EXTRA_DEPENDS ##
makedepends=(python-pip)
checkdepends=()