summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2020-09-19 19:42:15 +0200
committerj.r2020-09-19 19:42:15 +0200
commitf9e2b4a3a0a07249c89b4731e3e8552abc6361a8 (patch)
tree082c447ffa0ecae5415b612389fc7cb865a63ed7
parentccf3682f393083491d0782c88705f13a275e23c9 (diff)
downloadaur-f9e2b4a3a0a07249c89b4731e3e8552abc6361a8.tar.gz
Add libtd as dependency
* Dumb me patched the prebuild binarys out and forgot to add the dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ae1170c65d..6f63a7ab5536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-telegram
pkgdesc = Python API for the tdlib library. It helps you build your own Telegram clients.
pkgver = 0.12.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/alexander-akhmetov/python-telegram
arch = any
license = MIT
depends = python3
+ depends = libtd
conflicts = python-telegram-bot
source = python-telegram-0.12.0.tar.gz::https://github.com/alexander-akhmetov/python-telegram/archive/0.12.0.tar.gz
source = 0001-Use-system-tdlib.diff
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"