summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10f004d6d44e..c5d883d8a7cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=qhangups
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="Alternative client for Google Hangouts written in PyQt"
arch=('any')
url="https://github.com/xmikos/qhangups"
license=('GPL3')
-depends=('hangups-git' 'python-quamash' 'python-pyqt4' 'python-appdirs')
+depends=('hangups-git' 'python-quamash' 'python-pyqt5' 'python-appdirs')
makedepends=('python-setuptools')
source=(https://github.com/xmikos/qhangups/archive/v$pkgver.tar.gz)
-md5sums=('fe96c8a8ae206fcb0668ebe5b22417db')
+md5sums=('b6e5e96dfcbd0267868b5365007ca543')
build() {
cd "$srcdir/$pkgname-$pkgver"