summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--ehforwarderbot@.service3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb82076f91b..9cd633fc0771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ehforwarderbot-git
pkgdesc = An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
- pkgver = r544.d43f1c3
+ pkgver = r587.7fa06e4
pkgrel = 1
url = https://github.com/blueset/ehForwarderBot
install = ehforwarderbot.install
@@ -18,7 +18,7 @@ pkgbase = python-ehforwarderbot-git
source = python-ehforwarderbot::git+https://github.com/blueset/ehForwarderBot.git
source = ehforwarderbot@.service
md5sums = SKIP
- md5sums = e5acd5cc51ffb0ff891d56c9fa7dcb10
+ md5sums = 2f7d9209aaed5ae6144877914a9d2559
pkgname = python-ehforwarderbot-git
diff --git a/PKGBUILD b/PKGBUILD
index 55de260df9ab..f5ea677eb59f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-ehforwarderbot-git
_provide=${pkgname%-git}
_name=${_provide#python-}
-pkgver=r544.d43f1c3
+pkgver=r587.7fa06e4
pkgrel=1
pkgdesc='An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.'
arch=('any')
@@ -24,7 +24,7 @@ source=("$_provide"::"git+${url}.git"
ehforwarderbot@.service)
md5sums=(
'SKIP'
- 'e5acd5cc51ffb0ff891d56c9fa7dcb10')
+ '2f7d9209aaed5ae6144877914a9d2559')
pkgver() {
cd "$srcdir/$_provide"
diff --git a/ehforwarderbot@.service b/ehforwarderbot@.service
index 5366ececa81d..169a7683d7b7 100644
--- a/ehforwarderbot@.service
+++ b/ehforwarderbot@.service
@@ -7,10 +7,11 @@ After=network-online.target
[Service]
Type=simple
User=%i
+Environment="TERM=xterm-256color"
ExecStart=/usr/bin/ehforwarderbot
Restart=on-failure
KillSignal=SIGINT
TimeoutStopSec=10s
[Install]
-WantedBy=multi-user.target \ No newline at end of file
+WantedBy=multi-user.target