summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2016-04-16 11:44:30 +1000
committerMatthew Gamble2016-04-16 11:44:30 +1000
commit183538183facf778d327d6bab536214e176533bd (patch)
tree1bee6a1122824f588c3204502d06de752891e140
parente6c764bf855b28074e268a631687e76da91e2d87 (diff)
downloadaur-183538183facf778d327d6bab536214e176533bd.tar.gz
Update to latest version of pytg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 164bec74e6bb..e4fbfb84f72b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pytg
pkgdesc = Connect to the Telegram CLI, receive and send Telegram messages.
- pkgver = 0.4.5
+ pkgver = 0.4.10
pkgrel = 1
- url = https://pypi.python.org/pypi/pytg/0.4.5
+ url = https://pypi.python.org/pypi/pytg/0.4.10
arch = any
license = GPL
makedepends = python-setuptools
@@ -10,8 +10,8 @@ pkgbase = pytg
depends = telegram-cli
depends = python-dictobject
depends = python-luckydonald-utils>=0.17
- source = https://pypi.python.org/packages/source/p/pytg/pytg-0.4.5.tar.gz
- sha256sums = 36e58f8beba510d0dd6b44d5998f58c6edd7f1cc88e10bbd902bf8fa3f10f946
+ source = https://pypi.python.org/packages/source/p/pytg/pytg-0.4.10.tar.gz
+ sha256sums = ec73278d17a2c4c4172aa155cf57c0d506e5318524f6423ab2b8362f71ff6ea5
pkgname = pytg
diff --git a/PKGBUILD b/PKGBUILD
index a77bb00e9466..37553ca5042e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew Gamble
pkgname=pytg
-pkgver=0.4.5
+pkgver=0.4.10
pkgrel=1
pkgdesc="Connect to the Telegram CLI, receive and send Telegram messages."
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
source=(
"https://pypi.python.org/packages/source/p/pytg/pytg-${pkgver}.tar.gz"
)
-sha256sums=('36e58f8beba510d0dd6b44d5998f58c6edd7f1cc88e10bbd902bf8fa3f10f946')
+sha256sums=('ec73278d17a2c4c4172aa155cf57c0d506e5318524f6423ab2b8362f71ff6ea5')
package() {
cd "pytg-$pkgver"