summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoretckeeper2022-08-27 01:56:13 +0200
committeretckeeper2022-08-27 01:56:13 +0200
commit3c6e4699d21ffcc6d366c51096f80b902e2bc22e (patch)
tree00088d1f9d996ca0219e8fabbb11cfd92f4c08bc
parent9246f5705a032283cf504b0f72941dde5a503dfa (diff)
downloadaur-3c6e4699d21ffcc6d366c51096f80b902e2bc22e.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 4ed17d0bcc89..b01401132072 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.25.0a7
+ pkgver = 1.25.0a20
pkgrel = 1
url = https://github.com/tulir/Telethon
arch = any
@@ -15,7 +15,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.25.0a7.tar.gz
- sha256sums = fb01d1ac196e3347a37478c8bd2936f303887c27c8ca26c1726c06fe4b1b89a7
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.25.0a20.tar.gz
+ sha256sums = 5fda28f9808d32a42b26f41afcf222f5d16069e4316eb967c14267c2345be897
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index faae0dac915e..f1f93119a555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.25.0a7
+pkgver=1.25.0a20
pkgrel=1
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=('fb01d1ac196e3347a37478c8bd2936f303887c27c8ca26c1726c06fe4b1b89a7')
+sha256sums=('5fda28f9808d32a42b26f41afcf222f5d16069e4316eb967c14267c2345be897')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"