summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Moch2018-08-06 19:02:38 -0400
committerDaniel Moch2018-08-06 20:55:56 -0400
commit664d72fe69ab31fc56f5e80eff9bc6e5b494aab1 (patch)
tree3efddfb264c0677160387630f05d8d84b07ce9e9 /PKGBUILD
parent95a5421d739d1e129cbb16372d74e990fa4206d8 (diff)
downloadaur-664d72fe69ab31fc56f5e80eff9bc6e5b494aab1.tar.gz
upgpkg: tootstream-git 0.3.4.r3.gfef1e72-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fcaaa4ed856..5a8590ab0072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=tootstream
pkgname=tootstream-git
pkgver=0.3.4.r3.gfef1e72
-pkgrel=3
+pkgrel=4
pkgdesc='Text interface for the Mastodon social network'
provides=('tootstream')
conflicts=('tootstream')
@@ -31,6 +31,7 @@ pkgver()
build()
{
cd "${srcdir}/${_pkgname}"
+ sed -i 's/async=True/run_async=True/' src/tootstream/toot.py
python ./setup.py build
}