summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2018-08-06 19:02:38 -0400
committerDaniel Moch2018-08-06 20:55:56 -0400
commit664d72fe69ab31fc56f5e80eff9bc6e5b494aab1 (patch)
tree3efddfb264c0677160387630f05d8d84b07ce9e9
parent95a5421d739d1e129cbb16372d74e990fa4206d8 (diff)
downloadaur-664d72fe69ab31fc56f5e80eff9bc6e5b494aab1.tar.gz
upgpkg: tootstream-git 0.3.4.r3.gfef1e72-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6502ee5adc19..be03b6757b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tootstream-git
pkgdesc = Text interface for the Mastodon social network
pkgver = 0.3.4.r3.gfef1e72
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/magicalraccoon/tootstream
arch = any
license = MIT
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
}