summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2015-11-02 19:48:54 +0100
committerMichal Krenek (Mikos)2015-11-02 19:48:54 +0100
commit922439f18a0d79979e23eedc455b7e27dc750cb2 (patch)
treef4c399c5d29eabe5d381b77955cd7b6c7d051cd5 /PKGBUILD
parent9983e22c93ba62e7c4461c4d68df295d8ac2b76d (diff)
downloadaur-922439f18a0d79979e23eedc455b7e27dc750cb2.tar.gz
Update to 1.7.0
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"