summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d490c94bc04..0ec4a36d25ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Wed Nov 14 03:44:44 UTC 2018
pkgbase = hangups
pkgdesc = The first third-party instant messaging client for Google Hangouts
pkgver = 0.4.6
@@ -15,6 +13,7 @@ pkgbase = hangups
depends = python-readlike
depends = python-reparser
depends = python-requests
+ depends = python-setuptools
depends = python-urwid
source = https://files.pythonhosted.org/packages/source/h/hangups/hangups-0.4.6.tar.gz
sha512sums = 643f9a5073a06a4dc85c582e9dac7503d4da74a6b87f09357623ad298c8b097071cb59f89ed32d54e1235c14605d36768b5abbd069d879b19b405c281d033bc8
diff --git a/PKGBUILD b/PKGBUILD
index 4e5692dc2eb8..5cfdff3a7237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url=https://github.com/tdryer/hangups
license=('MIT')
depends=('python-aiohttp' 'python-appdirs' 'python-configargparse'
'python-mechanicalsoup' 'python-protobuf' 'python-readlike'
- 'python-reparser' 'python-requests' 'python-urwid')
+ 'python-reparser' 'python-requests' 'python-setuptools' 'python-urwid')
source=("https://files.pythonhosted.org/packages/source/h/hangups/hangups-$pkgver.tar.gz")
sha512sums=('643f9a5073a06a4dc85c582e9dac7503d4da74a6b87f09357623ad298c8b097071cb59f89ed32d54e1235c14605d36768b5abbd069d879b19b405c281d033bc8')