summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8733642b6888..369c7c0dcc9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Oct 17 23:25:47 UTC 2016
pkgbase = qhangups
pkgdesc = Alternative client for Google Hangouts written in PyQt
- pkgver = 1.7.1
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/xmikos/qhangups
arch = any
@@ -10,8 +12,9 @@ pkgbase = qhangups
depends = python-quamash
depends = python-pyqt5
depends = python-appdirs
- source = https://github.com/xmikos/qhangups/archive/v1.7.1.tar.gz
- sha256sums = 3ea76e0d0c497e736b77cde790062b42ea9e3ee4c2f2add9e4b85a5ecc8ac9dc
+ depends = qt5-webkit
+ source = https://github.com/xmikos/qhangups/archive/v1.8.1.tar.gz
+ sha256sums = d6eb4654382fdc9f2c18c1b2e65a93625e6a2571fd5cc5bc2b2ce0d7fa00ff9c
pkgname = qhangups
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"