summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2023-09-20 08:02:13 +0200
committerBrainDamage2023-09-20 08:02:13 +0200
commitf795c802efcbfa3fc806d41b451c1e26aa13fcda (patch)
tree81acc0c70b20bcffdb70c1dd1c708b9c630a8ca7
parentd522484e41c75c22550821498507284e39b055d6 (diff)
downloadaur-f795c802efcbfa3fc806d41b451c1e26aa13fcda.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 ef8bdffd10ac..118245a7e2ef 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.29.0a2
+ pkgver = 1.30.0a2
pkgrel = 1
url = https://github.com/tulir/Telethon
arch = any
@@ -17,7 +17,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.29.0a2.tar.gz
- sha256sums = a5337c989c5b5ef9e12f5d4f087fd92de4aa5b4195d76e18dc99c370b7a4f091
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.30.0a2.tar.gz
+ sha256sums = 3e477139d9751ccf52102fc230e7ad6a10f35490e0fb33cfeecf4d0ac55d42c0
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 809176610f4b..f43101d7246e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.29.0a2
+pkgver=1.30.0a2
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=('a5337c989c5b5ef9e12f5d4f087fd92de4aa5b4195d76e18dc99c370b7a4f091')
+sha256sums=('3e477139d9751ccf52102fc230e7ad6a10f35490e0fb33cfeecf4d0ac55d42c0')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"