summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aabab8b2570..8275e2fe1f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Matthew Gamble
+# Maintainer: Nanoseb
+# Contributor: Matthew Gamble
pkgname=pytg
pkgver=0.4.10
-pkgrel=1
+pkgrel=2
pkgdesc="Connect to the Telegram CLI, receive and send Telegram messages."
arch=("any")
url="https://pypi.python.org/pypi/pytg/${pkgver}"
license=("GPL")
-depends=("python" "telegram-cli" "python-dictobject" "python-luckydonald-utils>=0.17")
+depends=("python" "telegram-cli-git" "python-dictobject" "python-luckydonald-utils>=0.17")
makedepends=("python-setuptools")
source=(
"https://pypi.python.org/packages/source/p/pytg/pytg-${pkgver}.tar.gz"