summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2020-09-19 19:42:15 +0200
committerj.r2020-09-19 19:42:15 +0200
commitf9e2b4a3a0a07249c89b4731e3e8552abc6361a8 (patch)
tree082c447ffa0ecae5415b612389fc7cb865a63ed7 /PKGBUILD
parentccf3682f393083491d0782c88705f13a275e23c9 (diff)
downloadaur-f9e2b4a3a0a07249c89b4731e3e8552abc6361a8.tar.gz
Add libtd as dependency
* Dumb me patched the prebuild binarys out and forgot to add the dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83ae6a47f7a9..4e87ca08b9b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: j.r <j.r@jugendhacker.de>
pkgname=python-telegram
pkgver=0.12.0
-pkgrel=3
+pkgrel=4
pkgdesc="Python API for the tdlib library. It helps you build your own Telegram clients."
arch=(any)
url="https://github.com/alexander-akhmetov/python-telegram"
license=('MIT')
-depends=('python3')
+depends=('python3' 'libtd')
conflicts=('python-telegram-bot')
source=("$pkgname-$pkgver.tar.gz::https://github.com/alexander-akhmetov/$pkgname/archive/$pkgver.tar.gz"
"0001-Use-system-tdlib.diff"