summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2015-11-02 19:57:17 +0100
committerMichal Krenek (Mikos)2015-11-02 19:57:17 +0100
commitb7a7b59a080582fa810e09d535354b9d211eb432 (patch)
tree59a41ec2d09179be0f594392cae16be82c9a4cf5
parent06214062d7300976cde4047b5ff1ded1a4b05bf8 (diff)
downloadaur-b7a7b59a080582fa810e09d535354b9d211eb432.tar.gz
Switch dependency from python-pyqt4 to python-pyqt5 (but it still works even with python-pyqt4 if you have it installed)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c62e22ae194..7357d0a272d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-quamash
pkgdesc = Implementation of the asyncio (PEP 3156) event-loop with Qt
pkgver = 0.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/harvimt/quamash
arch = any
license = BSD
makedepends = python-setuptools
- depends = python-pyqt4
+ depends = python-pyqt5
source = https://pypi.python.org/packages/source/Q/Quamash/Quamash-0.5.3.tar.gz
md5sums = af1f34eb94ea0d9719f71a18c0550dea
diff --git a/PKGBUILD b/PKGBUILD
index 01217db4c1b3..1ba58302fe27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=python-quamash
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of the asyncio (PEP 3156) event-loop with Qt"
arch=('any')
url="https://github.com/harvimt/quamash"
license=('BSD')
-depends=('python-pyqt4')
+depends=('python-pyqt5')
makedepends=('python-setuptools')
source=(https://pypi.python.org/packages/source/Q/Quamash/Quamash-$pkgver.tar.gz)
md5sums=('af1f34eb94ea0d9719f71a18c0550dea')