summarylogtreecommitdiffstats
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
parent791600b3fb4dbeeba0dee8210eb4d1053464e2e0 (diff)
downloadaur-ef475f50688fb6118df6fc9d7635c491752d37a1.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 05f750bc8a2e..4f3feccfe462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-quamash-git
pkgdesc = Implementation of the asyncio (PEP 3156) event-loop with Qt
- pkgver = 20150118
+ pkgver = 20150919
pkgrel = 1
url = https://github.com/harvimt/quamash
arch = any
license = BSD
makedepends = python-setuptools
- depends = python-pyqt4
+ depends = python-pyqt5
provides = python-quamash
conflicts = python-quamash
source = git+https://github.com/harvimt/quamash.git
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')