summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrainDamage2023-12-27 09:32:50 +0100
committerBrainDamage2023-12-27 09:32:50 +0100
commitedaa089e453a6e3924874d9e3ecd2cc4732b1072 (patch)
tree7203921a914f50bc3fe27bf717b4909117ab342b /PKGBUILD
parent1c8ea92f4a1083d0bc11b1169ae3c8a3a46bdd98 (diff)
downloadaur-edaa089e453a6e3924874d9e3ecd2cc4732b1072.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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-}"