summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Moch2018-07-30 06:49:21 -0400
committerDaniel Moch2018-07-30 06:49:21 -0400
commitf5a7fa503ef1bcbf408bcd71b4c2c3298ff439a9 (patch)
treefcd1566a7a8e4c64959967ccd834e3b40bf8d5a2 /PKGBUILD
parentf4a1cc5a394c64f46d1bb1db5a7ee29eb958c0a3 (diff)
downloadaur-f5a7fa503ef1bcbf408bcd71b4c2c3298ff439a9.tar.gz
upgpkg 0.3.4.r4.gfef1e72-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8144f12a0b6..9620bbdc7e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=tootstream
pkgname=tootstream-git
pkgver=0.3.4.r3.gfef1e72
-pkgrel=1
+pkgrel=2
pkgdesc='Text interface for the Mastodon social network'
provides=('tootstream')
conflicts=('tootstream')
@@ -16,6 +16,7 @@ depends=(
'python-click'
'python-colored'
'python-emoji'
+ 'python-http-ece'
)
makedepends=('python-distribute' 'git')
source=("git://github.com/magicalraccoon/${_pkgname}.git")