summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2015-11-02 20:02:01 +0100
committerMichal Krenek (Mikos)2015-11-02 20:02:01 +0100
commitef475f50688fb6118df6fc9d7635c491752d37a1 (patch)
treed0ea085dea338974a0084a426e6fad6c37952811 /PKGBUILD
parent791600b3fb4dbeeba0dee8210eb4d1053464e2e0 (diff)
downloadaur-python-quamash-git.tar.gz
Switch dependency from python-pyqt4 to python-pyqt5 (but it still works even with python-pyqt4 if you have it installed)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10abe03f9d4d..5ad6efbd904d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=python-quamash-git
_pkgname=quamash
-pkgver=20150118
+pkgver=20150919
pkgrel=1
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')
conflicts=('python-quamash')
provides=('python-quamash')