summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Krenek (Mikos)2016-10-18 01:28:06 +0200
committerMichal Krenek (Mikos)2016-10-18 01:28:06 +0200
commit824b26d8850b7baa09e305c663a0658068be00e2 (patch)
tree914afbc72394391edf37cdf495e44f036ec1c9ba /PKGBUILD
parent7b2162d46f778f47a7ec4deecaeff2593e7fb186 (diff)
downloadaur-qhangups.tar.gz
Updated to version 1.8.1
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"