summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2022-11-27 16:45:38 +0100
committerBrainDamage2022-11-27 16:45:38 +0100
commita1834f78b45a4642f428b77acfa844a4fca2e094 (patch)
treecf8ff89509a650436dfbd31c1dfce0253cf158a0
parent1428abc7a8ade96d5977d943bb12e8eccc3edd15 (diff)
downloadaur-a1834f78b45a4642f428b77acfa844a4fca2e094.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 55e248519b82..370809c852f7 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.26.0a5
+ pkgver = 1.27.0a1
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.26.0a5.tar.gz
- sha256sums = b3aa63f641ea725e97535290fda3b0d57590dc2c83a2d6839749bb6a3f526d6e
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.27.0a1.tar.gz
+ sha256sums = b400406385254f230ad5969f2056b07a08c102d727ab71cc35b1352fa59a4f71
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 6105fbdccd13..f10c13a4a6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.26.0a5
+pkgver=1.27.0a1
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=('b3aa63f641ea725e97535290fda3b0d57590dc2c83a2d6839749bb6a3f526d6e')
+sha256sums=('b400406385254f230ad5969f2056b07a08c102d727ab71cc35b1352fa59a4f71')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"