summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192019-08-24 11:28:48 +0800
committerspecter1192019-08-24 11:28:48 +0800
commitfa90b14c3dda9857f1148122154a45715d7614a8 (patch)
treee99aef3275cc5770371f32d70148bca0956a098c
parentf216b43f3905944dc41a1e0472c27097188fac7e (diff)
downloadaur-fa90b14c3dda9857f1148122154a45715d7614a8.tar.gz
add bullet and remote asciimatics from deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ce5d771f5e..98ae5eaea5a5 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 = r388.690be0d
+ pkgver = r429.400de55
pkgrel = 1
url = https://github.com/blueset/ehForwarderBot
install = ehforwarderbot.install
@@ -9,7 +9,7 @@ pkgbase = python-ehforwarderbot-git
license = AGPL-3
makedepends = git
depends = python-ruamel-yaml
- depends = python-asciimatics
+ depends = python-bullet
depends = python-cjkwrap
depends = python-typing-extensions
provides = python-ehforwarderbot
diff --git a/PKGBUILD b/PKGBUILD
index 95dfefa238a1..4333acb12c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ke Liu <spcter119@gmail.com>
pkgname=python-ehforwarderbot-git
-pkgver=r388.690be0d
+pkgver=r429.400de55
pkgrel=1
pkgdesc='An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.'
arch=('any')
url='https://github.com/blueset/ehForwarderBot'
license=('AGPL-3')
groups=('efb')
-depends=('python-ruamel-yaml' 'python-asciimatics' 'python-cjkwrap' 'python-typing-extensions')
+depends=('python-ruamel-yaml' 'python-bullet' 'python-cjkwrap' 'python-typing-extensions')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")