summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2018-06-14 22:55:23 +0300
committerDan Elkouby2018-06-14 22:55:23 +0300
commit0395a12ce0e92ff2a2b9cc5afdecd4a3fbbc558f (patch)
tree42d1c0ad59f3825544d663fb6cb71f2f961c2fa4 /PKGBUILD
parent65553ecd91387d019cdd3c0bb2fed611425d3f85 (diff)
downloadaur-0395a12ce0e92ff2a2b9cc5afdecd4a3fbbc558f.tar.gz
Switch to master
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21f2ab579e6c..4497da5452ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
-pkgname=python-telethon-aio-git
-pkgver=0.18.3.r133.g98449bb
-pkgrel=2
+pkgname=python-telethon-git
+pkgver=0.18.3.r48.g32b7e9e
+pkgrel=1
pkgdesc="Pure Python 3 Telegram client library, asyncio version"
arch=('any')
url="https://github.com/LonamiWebs/Telethon/"
license=('MIT')
depends=('python>=3.5' 'python-pyaes' 'python-rsa' 'python-async_generator')
-makedepends=('python-setuptools')
-conflicts=('python-telethon')
+makedepends=('git' 'python-setuptools')
+provides=('python-telethon')
+conflicts=('python-telethon' 'python-telethon-aio-git')
options=(!emptydirs)
-source=("git+https://github.com/LonamiWebs/Telethon.git#branch=asyncio")
+source=("git+https://github.com/LonamiWebs/Telethon.git")
md5sums=('SKIP')
pkgver() {