summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eb6aa29ed06..32bb9a6db92f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tulir-telethon
- pkgdesc = is a fork of Telethon library with custom patches from Tulir.
- pkgver = 1.33.0a1
+ pkgdesc = fork of Telethon library with custom patches from Tulir
+ pkgver = 1.34.0a2
pkgrel = 2
url = https://github.com/tulir/Telethon
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-tulir-telethon
optdepends = python-pillow
provides = python-telethon
conflicts = python-telethon
- source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.33.0a1.tar.gz
- sha256sums = 6adfcc8955c028584c1f53759be2bd1e662fc6fcd86bbc4a8489690ececa9375
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.34.0a2.tar.gz
+ sha256sums = fb79a4f87d2c403decb043e2844fcfbd6a58559ce41903178454bae26ee3a09f
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index e6f99d33618e..add540b799cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.33.0a1
+pkgver=1.34.0a2
pkgrel=2
-pkgdesc="is a fork of Telethon library with custom patches from Tulir."
+pkgdesc="fork of Telethon library with custom patches from Tulir"
arch=('any')
url="https://github.com/tulir/Telethon"
license=('MIT')
@@ -12,7 +12,7 @@ provides=('python-telethon')
conflicts=('python-telethon')
optdepends=('python-cryptg' 'python-pysocks' 'python-hachoir' 'python-pillow')
-sha256sums=('6adfcc8955c028584c1f53759be2bd1e662fc6fcd86bbc4a8489690ececa9375')
+sha256sums=('fb79a4f87d2c403decb043e2844fcfbd6a58559ce41903178454bae26ee3a09f')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"