summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2020-09-14 17:55:57 +0200
committerj.r2020-09-14 17:55:57 +0200
commit066cdb9ad5d9b94ca07ec308c9c1843c8ab9ac33 (patch)
tree910a3d2661b4acea5f2871a01c05025142329640
parent34c282b93423c4a64aa7e44e53d0c2c3b33b54f8 (diff)
downloadaur-066cdb9ad5d9b94ca07ec308c9c1843c8ab9ac33.tar.gz
Add conflicts for python-telegram-bot
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3f76d357a85..eab05d80e64e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-telegram
license = MIT
depends = python3
source = https://github.com/alexander-akhmetov/python-telegram/archive/0.12.0.tar.gz
+ conflicts = python-telegram-bot
md5sums = ebf3e34648e21da96e6470474e0fd7eb
pkgname = python-telegram
diff --git a/PKGBUILD b/PKGBUILD
index 5d5d22e9f0b4..25f4c16d752f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('MIT')
depends=('python3')
makedepends=()
source=("https://github.com/alexander-akhmetov/$pkgname/archive/$pkgver.tar.gz")
+conflicts=('python-telegram-bot')
md5sums=('ebf3e34648e21da96e6470474e0fd7eb')
build() {