summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2018-05-06 14:30:10 +0300
committerDan Elkouby2018-05-06 14:30:10 +0300
commitb1e875be7bae830345cf526490c03057c2a5467e (patch)
tree97b3716e70a3b5b3825c6c1f8ead0e28241db62e
parent95139eff6b9ef9547c11831c3436fb0bd5ba3c00 (diff)
downloadaur-b1e875be7bae830345cf526490c03057c2a5467e.tar.gz
Forgot the branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb58ec03df9..734cbaced553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon-aio-git
pkgdesc = Pure Python 3 Telegram client library, asyncio version
- pkgver = 20180428.d693535
+ pkgver = 20180506.41f0e0c
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-telethon-aio-git
depends = python-rsa
conflicts = python-telethon
options = !emptydirs
- source = git+https://github.com/LonamiWebs/Telethon.git
+ source = git+https://github.com/LonamiWebs/Telethon.git#branch=asyncio
md5sums = SKIP
pkgname = python-telethon-aio-git
diff --git a/PKGBUILD b/PKGBUILD
index 00b86de26cf5..cfeb40443b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
pkgname=python-telethon-aio-git
-pkgver=20180428.d693535
+pkgver=20180506.41f0e0c
pkgrel=1
pkgdesc="Pure Python 3 Telegram client library, asyncio version"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python>=3.5' 'python-pyaes' 'python-rsa')
makedepends=('python-setuptools')
conflicts=('python-telethon')
options=(!emptydirs)
-source=("git+https://github.com/LonamiWebs/Telethon.git")
+source=("git+https://github.com/LonamiWebs/Telethon.git#branch=asyncio")
md5sums=('SKIP')
pkgver() {