summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2016-03-19 16:39:43 +1100
committerMatthew Gamble2016-03-19 16:40:45 +1100
commite6c764bf855b28074e268a631687e76da91e2d87 (patch)
tree65cb07feffede41e70c6c95a94555fc526865ae1 /PKGBUILD
parentef714bd4041eede94696942f4718842a9eb18061 (diff)
downloadaur-e6c764bf855b28074e268a631687e76da91e2d87.tar.gz
Turns out that newer versions of pytg are for test versions of telegram-cli
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1c8bafc5c53..a77bb00e9466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Matthew Gamble
pkgname=pytg
-pkgver=0.4.9
+pkgver=0.4.5
pkgrel=1
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' 'python-dictobject' 'python-luckydonald-utils>=0.17')
+depends=('python' 'telegram-cli' 'python-dictobject' 'python-luckydonald-utils>=0.17')
makedepends=('python-setuptools')
source=(
"https://pypi.python.org/packages/source/p/pytg/pytg-${pkgver}.tar.gz"
)
-sha256sums=('b0c3f33a1a90b5bc2252a05f3fed34e53001ac9ac647f24a1e13306307d2f84d')
+sha256sums=('36e58f8beba510d0dd6b44d5998f58c6edd7f1cc88e10bbd902bf8fa3f10f946')
package() {
cd "pytg-$pkgver"