summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHelio Loureiro2024-06-11 16:38:45 +0200
committerHelio Loureiro2024-06-11 16:38:45 +0200
commit5ea045af053e913525997f8cfeab9605d80afb16 (patch)
tree0c50904d1816ad5078f414df6716829c7272dd5c /PKGBUILD
parent5a9ce59b1563551074fdd8ff9eff9f9ae100dac3 (diff)
downloadaur-5ea045af053e913525997f8cfeab9605d80afb16.tar.gz
Step up to version 4.19.0
Bot API support bumped up to v.7.4
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42f25c003c35..673b8b7e325b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytelegrambotapi
_pkgname=pyTelegramBotAPI
-pkgver=4.18.0
+pkgver=4.19.0
pkgrel=1
pkgdesc="Python Telegram bot api"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/eternnoir/pyTelegramBotAPI"
license=("GPLv2")
depends=('python' 'python-requests' 'python-pytest' 'python-wheel' 'python-aiohttp' 'python-pip' 'python-build' 'sed' 'coreutils')
source=("https://github.com/eternnoir/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('e6fccec896928bb957d24634fb11b18c63dc660c6564337800beb7e8b067d33f')
+sha256sums=('d9d74632a0afb964863ee86c2f4463c57a884b07bb5cd68fc6c0f14e919d0162')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}/