summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192019-10-20 21:36:15 +0800
committerspecter1192019-10-20 21:36:15 +0800
commitd1525d0f39b25a3ff8c4293a3cfbcdcfbf394df9 (patch)
treebf0286dcd63ab656ae8b9ea6506f611fcaabd8ec
parent827c00e1e84d4ebe27444e7cad689f4c7aa78eab (diff)
downloadaur-d1525d0f39b25a3ff8c4293a3cfbcdcfbf394df9.tar.gz
use python-telegram-bot-git for version requirement
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfad2f978e16..ce2f46d57d05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-efb-telegram-master-git
pkgdesc = EFB Telegram Master, a channel for EH Forwarder Bot.
pkgver = r230.d412462
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blueset/efb-telegram-master
arch = any
groups = efb
license = AGPL-3
makedepends = git
depends = python-ehforwarderbot
- depends = python-telegram-bot
+ depends = python-telegram-bot-git
depends = python-urllib3>=1.25.3
depends = python-magic-ahupp
depends = python-moviepy
diff --git a/PKGBUILD b/PKGBUILD
index 01406bb457b0..b999f79d6497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-efb-telegram-master-git
pkgver=r230.d412462
-pkgrel=1
+pkgrel=2
pkgdesc='EFB Telegram Master, a channel for EH Forwarder Bot.'
arch=('any')
url='https://github.com/blueset/efb-telegram-master'
license=('AGPL-3')
groups=('efb')
depends=(
- 'python-ehforwarderbot' 'python-telegram-bot' 'python-urllib3>=1.25.3' 'python-magic-ahupp' 'python-moviepy' 'python-imageio-ffmpeg' 'python-peewee' 'python-requests' 'python-pydub' 'python-ruamel-yaml' 'python-language-tags' 'python-retrying' 'python-bullet' 'python-cjkwrap' 'python-humanize' 'python-tgs' 'python-cairosvg')
+ 'python-ehforwarderbot' 'python-telegram-bot-git' 'python-urllib3>=1.25.3' 'python-magic-ahupp' 'python-moviepy' 'python-imageio-ffmpeg' 'python-peewee' 'python-requests' 'python-pydub' 'python-ruamel-yaml' 'python-language-tags' 'python-retrying' 'python-bullet' 'python-cjkwrap' 'python-humanize' 'python-tgs' 'python-cairosvg')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")