summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Moch2018-08-07 05:23:55 -0400
committerDaniel Moch2018-08-07 05:23:55 -0400
commit57199a9f9a365128dab70f3f0eb2bea347b8e7b7 (patch)
treee643cf335ee6af501dc20d2d2f30affa6baa3539 /PKGBUILD
parent664d72fe69ab31fc56f5e80eff9bc6e5b494aab1 (diff)
downloadaur-57199a9f9a365128dab70f3f0eb2bea347b8e7b7.tar.gz
upgpkg: tootstream-git 0.3.4.r3.gfef1e72-5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a8590ab0072..73c294a6e4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=tootstream
pkgname=tootstream-git
pkgver=0.3.4.r3.gfef1e72
-pkgrel=4
+pkgrel=5
pkgdesc='Text interface for the Mastodon social network'
provides=('tootstream')
conflicts=('tootstream')
@@ -31,7 +31,7 @@ pkgver()
build()
{
cd "${srcdir}/${_pkgname}"
- sed -i 's/async=True/run_async=True/' src/tootstream/toot.py
+ sed -i -e 's/\sasync=True/run_async=True/' src/tootstream/toot.py
python ./setup.py build
}