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 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')