summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192020-01-24 23:58:19 +0000
committerspecter1192020-01-24 23:58:19 +0000
commit5b4668a620533fc597cf10489c4f9d5b9f0f99ed (patch)
tree3f1a7e7c3e9f9b050aead08d7e6f5a6840deab9e
parent29a7bc376cf4318ed150cdec834b53ef05efc627 (diff)
downloadaur-5b4668a620533fc597cf10489c4f9d5b9f0f99ed.tar.gz
update deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b11fb79eeef8..25454900d38c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blueset/ehForwarderBot
install = ehforwarderbot.install
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-ehforwarderbot-git
depends = python-ruamel-yaml
depends = python-bullet
depends = python-cjkwrap
- depends = python-typing-extensions
+ depends = python-typing_extensions
provides = python-ehforwarderbot
conflicts = python-ehforwarderbot
source = python-ehforwarderbot::git+https://github.com/blueset/ehForwarderBot.git
diff --git a/PKGBUILD b/PKGBUILD
index e207beca156d..72e39315e606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-ehforwarderbot-git
_provide=${pkgname%-git}
_name=${_provide#python-}
pkgver=r544.d43f1c3
-pkgrel=1
+pkgrel=2
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'
@@ -14,7 +14,7 @@ depends=(
'python-ruamel-yaml'
'python-bullet'
'python-cjkwrap'
- 'python-typing-extensions')
+ 'python-typing_extensions')
makedepends=(
'git'
'python-setuptools')