summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2023-12-27 09:32:50 +0100
committerBrainDamage2023-12-27 09:32:50 +0100
commitedaa089e453a6e3924874d9e3ecd2cc4732b1072 (patch)
tree7203921a914f50bc3fe27bf717b4909117ab342b
parent1c8ea92f4a1083d0bc11b1169ae3c8a3a46bdd98 (diff)
downloadaur-edaa089e453a6e3924874d9e3ecd2cc4732b1072.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eb6aa29ed06..53f101bcb981 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tulir-telethon
pkgdesc = is a fork of Telethon library with custom patches from Tulir.
- pkgver = 1.33.0a1
- pkgrel = 2
+ pkgver = 1.34.0a2
+ pkgrel = 1
url = https://github.com/tulir/Telethon
arch = any
license = MIT
@@ -18,7 +18,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.33.0a1.tar.gz
- sha256sums = 6adfcc8955c028584c1f53759be2bd1e662fc6fcd86bbc4a8489690ececa9375
+ source = https://files.pythonhosted.org/packages/source/t/tulir-telethon/tulir-telethon-1.34.0a2.tar.gz
+ sha256sums = fb79a4f87d2c403decb043e2844fcfbd6a58559ce41903178454bae26ee3a09f
pkgname = python-tulir-telethon
diff --git a/PKGBUILD b/PKGBUILD
index e6f99d33618e..6f649b47fee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: BrainDamage
pkgname=python-tulir-telethon
-pkgver=1.33.0a1
-pkgrel=2
+pkgver=1.34.0a2
+pkgrel=1
pkgdesc="is a fork of Telethon library with custom patches from Tulir."
arch=('any')
url="https://github.com/tulir/Telethon"
@@ -12,7 +12,7 @@ provides=('python-telethon')
conflicts=('python-telethon')
optdepends=('python-cryptg' 'python-pysocks' 'python-hachoir' 'python-pillow')
-sha256sums=('6adfcc8955c028584c1f53759be2bd1e662fc6fcd86bbc4a8489690ececa9375')
+sha256sums=('fb79a4f87d2c403decb043e2844fcfbd6a58559ce41903178454bae26ee3a09f')
_dirname="${pkgname#python-}-${pkgver}"
_basename="${pkgname#python-}"