summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2018-02-26 11:01:36 +0000
committerFrancisco Pina Martins2018-02-26 11:01:36 +0000
commitb9bad1e501711dbd9a183e9cfe1b21b7e05b140f (patch)
treecef55230b1b381f33c755bc115a66e262f82d5f2
parent3476c32b1e57decc117206bee31351589630d624 (diff)
downloadaur-b9bad1e501711dbd9a183e9cfe1b21b7e05b140f.tar.gz
Bumped to obtain latest version, which fixes issues with aiohttp
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea529248b80..25552c22b766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 31 15:00:24 UTC 2018
+# Mon Feb 26 11:01:27 UTC 2018
pkgbase = hangups-git
pkgdesc = The first third-party instant messaging client for Google Hangouts
- pkgver = 0.4.4.r23.gaae6991
+ pkgver = 0.4.4.r27.g6342674
pkgrel = 1
epoch = 1
url = http://github.com/tdryer/hangups
diff --git a/PKGBUILD b/PKGBUILD
index 79a7ca5a2733..80fb4f92aeda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stunts <f.pinamartins@gmail.com>
_pkgname=hangups
pkgname=${_pkgname}-git
-pkgver=0.4.4.r23.gaae6991
+pkgver=0.4.4.r27.g6342674
pkgrel=1
epoch=1
@@ -30,7 +30,6 @@ 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,<2/aiohttp>=1.2/' setup.py
python setup.py install --prefix=/usr --root="${pkgdir}"
find "${pkgdir}/" -name '*.pyc' -delete