summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2017-02-14 22:08:11 +0000
committerFrancisco Pina Martins2017-02-14 22:08:11 +0000
commitad0a1c5e6240cc1325e3afb9bf46b0a0d594703a (patch)
tree8f53834b9685700d0825fce3246679940093c8d2
parentdfbca166e5ac37aa28bc7a956cca16a64beb2abf (diff)
downloadaur-ad0a1c5e6240cc1325e3afb9bf46b0a0d594703a.tar.gz
Worked around aiohttp versioned dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e295d24125f4..48770cd4045e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Feb 14 22:07:58 UTC 2017
pkgbase = hangups-git
pkgdesc = The first third-party instant messaging client for Google Hangouts
pkgver = 0.4.1.r44.gc2eea47
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://github.com/tdryer/hangups
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9786924746bf..7e1bbcfaf4f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=hangups
pkgname=${_pkgname}-git
pkgver=0.4.1.r44.gc2eea47
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="The first third-party instant messaging client for Google Hangouts"
@@ -28,6 +28,7 @@ package() {
sed -i 's/==/>=/g' setup.py
sed -i 's/multidict<2,/multidict/' setup.py
sed -i 's/protobuf>=3.1.0,<3.2.0/protobuf>=3.1.0/' setup.py
+ sed -i 's/aiohttp>=1.2,<1.3/aiohttp>=1.2/' setup.py
python setup.py install --prefix=/usr --root="${pkgdir}"
find "${pkgdir}/" -name '*.pyc' -delete