summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoretckeeper2022-09-27 03:55:13 +0200
committeretckeeper2022-09-27 03:55:13 +0200
commit1428abc7a8ade96d5977d943bb12e8eccc3edd15 (patch)
tree8df9356c721dc569c60c2e674554f5de6868002f
parent3c6e4699d21ffcc6d366c51096f80b902e2bc22e (diff)
downloadaur-1428abc7a8ade96d5977d943bb12e8eccc3edd15.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 b01401132072..55e248519b82 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.0a20
+ pkgver = 1.26.0a5
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.0a20.tar.gz
- sha256sums = 5fda28f9808d32a42b26f41afcf222f5d16069e4316eb967c14267c2345be897
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.26.0a5.tar.gz
+ sha256sums = b3aa63f641ea725e97535290fda3b0d57590dc2c83a2d6839749bb6a3f526d6e
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index f1f93119a555..6105fbdccd13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.25.0a20
+pkgver=1.26.0a5
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=('5fda28f9808d32a42b26f41afcf222f5d16069e4316eb967c14267c2345be897')
+sha256sums=('b3aa63f641ea725e97535290fda3b0d57590dc2c83a2d6839749bb6a3f526d6e')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"