summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2023-02-27 03:06:09 +0100
committerBrainDamage2023-02-27 03:06:43 +0100
commit673c29e1f1120b2afbf4428cf2d7c41ca80409c3 (patch)
treea72e9ca08bd988aac24864daca61d11703e90281
parenta1834f78b45a4642f428b77acfa844a4fca2e094 (diff)
downloadaur-673c29e1f1120b2afbf4428cf2d7c41ca80409c3.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 370809c852f7..0edb158d4465 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.27.0a1
+ pkgver = 1.28.0a3
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.27.0a1.tar.gz
- sha256sums = b400406385254f230ad5969f2056b07a08c102d727ab71cc35b1352fa59a4f71
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.28.0a3.tar.gz
+ sha256sums = 3755d01a98dfc94a9c4fe6ec481c42e4fbabbe777ffb837357332189aab9c83a
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index f10c13a4a6ab..1fcfec10e61c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.27.0a1
+pkgver=1.28.0a3
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=('b400406385254f230ad5969f2056b07a08c102d727ab71cc35b1352fa59a4f71')
+sha256sums=('3755d01a98dfc94a9c4fe6ec481c42e4fbabbe777ffb837357332189aab9c83a')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"