summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2023-11-28 08:38:08 +0100
committerBrainDamage2023-11-28 08:38:08 +0100
commit1c8ea92f4a1083d0bc11b1169ae3c8a3a46bdd98 (patch)
treeb1597663c2f908eab8dd8e3a5ae3b28a804c6390
parent3046384dad1f72806aeb56832996b370e095c20f (diff)
downloadaur-1c8ea92f4a1083d0bc11b1169ae3c8a3a46bdd98.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2438a3fe44d1..8eb6aa29ed06 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.30.0a2
+ pkgver = 1.33.0a1
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.30.0a2.tar.gz
- sha256sums = 3e477139d9751ccf52102fc230e7ad6a10f35490e0fb33cfeecf4d0ac55d42c0
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.33.0a1.tar.gz
+ sha256sums = 6adfcc8955c028584c1f53759be2bd1e662fc6fcd86bbc4a8489690ececa9375
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index c9a3438714e7..e6f99d33618e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.30.0a2
+pkgver=1.33.0a1
pkgrel=2
pkgdesc="is a fork of Telethon library with custom patches from Tulir."
arch=('any')
@@ -12,7 +12,7 @@ provides=('python-telethon')
conflicts=('python-telethon')
optdepends=('python-cryptg' 'python-pysocks' 'python-hachoir' 'python-pillow')
-sha256sums=('3e477139d9751ccf52102fc230e7ad6a10f35490e0fb33cfeecf4d0ac55d42c0')
+sha256sums=('6adfcc8955c028584c1f53759be2bd1e662fc6fcd86bbc4a8489690ececa9375')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"