summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')