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 446848b2daab..35f61cebe5fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=qhangups
-pkgver=1.7.1
+pkgver=1.8.1
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-pyqt5' 'python-appdirs')
+depends=('hangups-git' 'python-quamash' 'python-pyqt5' 'python-appdirs' 'qt5-webkit')
makedepends=('python-setuptools')
source=(https://github.com/xmikos/qhangups/archive/v$pkgver.tar.gz)
-sha256sums=('3ea76e0d0c497e736b77cde790062b42ea9e3ee4c2f2add9e4b85a5ecc8ac9dc')
+sha256sums=('d6eb4654382fdc9f2c18c1b2e65a93625e6a2571fd5cc5bc2b2ce0d7fa00ff9c')
build() {
cd "$srcdir/$pkgname-$pkgver"