summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2018-08-07 05:23:55 -0400
committerDaniel Moch2018-08-07 05:23:55 -0400
commit57199a9f9a365128dab70f3f0eb2bea347b8e7b7 (patch)
treee643cf335ee6af501dc20d2d2f30affa6baa3539
parent664d72fe69ab31fc56f5e80eff9bc6e5b494aab1 (diff)
downloadaur-57199a9f9a365128dab70f3f0eb2bea347b8e7b7.tar.gz
upgpkg: tootstream-git 0.3.4.r3.gfef1e72-5
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be03b6757b0b..3c5462507de0 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 = 4
+ pkgrel = 5
url = https://github.com/magicalraccoon/tootstream
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
index df0df3898bb0..b7f9c9674965 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
-*.tar.gz
-*.tar.xz
+*.tar.*
src/
pkg/
tootstream/
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
}