summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornanoseb2017-10-28 00:02:13 +0100
committernanoseb2017-10-28 00:02:13 +0100
commit1b0327dd84c119067d8fb3fb385b311549bd78d5 (patch)
tree853b4c63ccd23cc71ac6267be4dafdc4859deebb
parent325225fbc3f3b0d4174b33ac54b50ed23145dace (diff)
downloadaur-1b0327dd84c119067d8fb3fb385b311549bd78d5.tar.gz
change telegram-cli to telegram-cli-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4fbfb84f72b..d9e3d1836e59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pytg
pkgdesc = Connect to the Telegram CLI, receive and send Telegram messages.
pkgver = 0.4.10
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/pytg/0.4.10
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- depends = telegram-cli
+ depends = telegram-cli-git
depends = python-dictobject
depends = python-luckydonald-utils>=0.17
source = https://pypi.python.org/packages/source/p/pytg/pytg-0.4.10.tar.gz
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"