summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2019-11-15 09:51:51 +0000
committerFrancisco Pina Martins2019-11-15 09:51:51 +0000
commit37b7fc57204a0f9b64dcf622572b5a371a84e31b (patch)
treeb90246091d29b1bfbaa9ae3afaac5173717d342d
parent9f52acaa33b45dff6861d552edd7297c6b57d287 (diff)
downloadaur-37b7fc57204a0f9b64dcf622572b5a371a84e31b.tar.gz
Updates PKGBUILD for python 3.8 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cd7d237b5f0..a2e01c6dc432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Nov 7 13:55:44 UTC 2018
pkgbase = hangups-git
pkgdesc = The first third-party instant messaging client for Google Hangouts
- pkgver = 0.4.6.r2.g21bcbaa
+ pkgver = 0.4.9.r15.g9145528
pkgrel = 1
epoch = 1
url = http://github.com/tdryer/hangups
diff --git a/PKGBUILD b/PKGBUILD
index 3a620b82c03d..6f4d522af0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stunts <f.pinamartins@gmail.com>
_pkgname=hangups
pkgname=${_pkgname}-git
-pkgver=0.4.6.r2.g21bcbaa
+pkgver=0.4.9.r15.g9145528
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.2.0/protobuf>=3.1.0/' setup.py
+ sed -i 's/protobuf>=3.1.0,<=3.*.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}"