summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2016-03-19 16:39:43 +1100
committerMatthew Gamble2016-03-19 16:40:45 +1100
commite6c764bf855b28074e268a631687e76da91e2d87 (patch)
tree65cb07feffede41e70c6c95a94555fc526865ae1
parentef714bd4041eede94696942f4718842a9eb18061 (diff)
downloadaur-e6c764bf855b28074e268a631687e76da91e2d87.tar.gz
Turns out that newer versions of pytg are for test versions of telegram-cli
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b779bdd0b638..164bec74e6bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = pytg
pkgdesc = Connect to the Telegram CLI, receive and send Telegram messages.
- pkgver = 0.4.9
+ pkgver = 0.4.5
pkgrel = 1
- url = https://pypi.python.org/pypi/pytg/0.4.9
+ url = https://pypi.python.org/pypi/pytg/0.4.5
arch = any
license = GPL
makedepends = python-setuptools
depends = python
+ depends = telegram-cli
depends = python-dictobject
depends = python-luckydonald-utils>=0.17
- source = https://pypi.python.org/packages/source/p/pytg/pytg-0.4.9.tar.gz
- sha256sums = b0c3f33a1a90b5bc2252a05f3fed34e53001ac9ac647f24a1e13306307d2f84d
+ source = https://pypi.python.org/packages/source/p/pytg/pytg-0.4.5.tar.gz
+ sha256sums = 36e58f8beba510d0dd6b44d5998f58c6edd7f1cc88e10bbd902bf8fa3f10f946
pkgname = pytg
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"