summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHelio Loureiro2023-10-05 15:32:43 +0200
committerHelio Loureiro2023-10-05 15:32:43 +0200
commitb430c4e9aeab4dad3e26947b5710abdf883f6daf (patch)
treee1cf146e7d7f73e81043ee57de8590602dacf8d8 /PKGBUILD
parent7541d6fb1c0424513fa998755f8425338cb79c98 (diff)
downloadaur-b430c4e9aeab4dad3e26947b5710abdf883f6daf.tar.gz
Step up to 4.14.0
- Bot API support bumped up to v.6.9
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6769e1b222ea..934ac33c2677 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytelegrambotapi
_pkgname=pyTelegramBotAPI
-pkgver=4.13.0
+pkgver=4.14.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')
source=("https://github.com/eternnoir/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('a6dbf9bd9aed79dae552c81cac42fffb613709abbf95a68a123a96d3d0d2ecb7')
+sha256sums=('520b41e0d31505e83f766f411b748fd7a98beace6ee739317b35aa4fd9d32fe0')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}/