summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e01c6dc432..ce098dfa9b9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hangups-git
pkgdesc = The first third-party instant messaging client for Google Hangouts
- pkgver = 0.4.9.r15.g9145528
+ pkgver = 0.4.10.r3.gffa4ac9
pkgrel = 1
epoch = 1
url = http://github.com/tdryer/hangups
diff --git a/PKGBUILD b/PKGBUILD
index 6f4d522af0d2..290157148e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stunts <f.pinamartins@gmail.com>
_pkgname=hangups
pkgname=${_pkgname}-git
-pkgver=0.4.9.r15.g9145528
+pkgver=0.4.10.r3.gffa4ac9
pkgrel=1
epoch=1
@@ -29,7 +29,7 @@ package() {
sed -i 's/^.*hangups-urwid.*$//' setup.py
sed -i 's/==/>=/g' setup.py
sed -i 's/multidict<2,/multidict/' setup.py
- sed -i 's/protobuf>=3.1.0,<=3.*.0/protobuf>=3.1.0/' setup.py
+ sed -i "s/protobuf>=3.1.0,.*'/protobuf>=3.1.0'/" setup.py
sed -i 's/async-timeout>=2,<3/async-timeout>=2,<4/' setup.py
python setup.py install --prefix=/usr --root="${pkgdir}"