summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFangrui Song2017-11-02 21:44:57 -0700
committerFangrui Song2017-11-02 21:44:57 -0700
commitb468788147bc912ced9cdbaf83a595c7e9406f47 (patch)
tree1f732ea1eff6243b209aaaf50ae1d3fe3bc78c39 /PKGBUILD
parenta7caaa515260467746c572bd7f198a09b339bf24 (diff)
downloadaur-telegramircd-git.tar.gz
depends += python-telethon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e90ea8e20cb..3d3c07de6286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=telegramircd-git
_pkgname=telegramircd
-pkgver=r48.b49b67e
+pkgver=r56.28b1428
pkgrel=1
pkgdesc="IRC server capable of controlling web.telegram.org"
arch=('i686' 'x86_64')
url="https://github.com/MaskRay/telegramircd"
license=('MIT')
-depends=('python-aiohttp')
+depends=('python-aiohttp' 'python-telethon')
optdepends=("python-ipython: pretty error messages with the '-d' option")
makedepends=('git')
provides=('telegramircd')