summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelio Loureiro2024-06-11 16:38:45 +0200
committerHelio Loureiro2024-06-11 16:38:45 +0200
commit5ea045af053e913525997f8cfeab9605d80afb16 (patch)
tree0c50904d1816ad5078f414df6716829c7272dd5c
parent5a9ce59b1563551074fdd8ff9eff9f9ae100dac3 (diff)
downloadaur-5ea045af053e913525997f8cfeab9605d80afb16.tar.gz
Step up to version 4.19.0
Bot API support bumped up to v.7.4
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77795f22394c..a390ea619c74 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytelegrambotapi
pkgdesc = Python Telegram bot api
- pkgver = 4.18.0
+ pkgver = 4.19.0
pkgrel = 1
url = https://github.com/eternnoir/pyTelegramBotAPI
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-pytelegrambotapi
depends = python-build
depends = sed
depends = coreutils
- source = https://github.com/eternnoir/pyTelegramBotAPI/archive/refs/tags/4.18.0.tar.gz
- sha256sums = e6fccec896928bb957d24634fb11b18c63dc660c6564337800beb7e8b067d33f
+ source = https://github.com/eternnoir/pyTelegramBotAPI/archive/refs/tags/4.19.0.tar.gz
+ sha256sums = d9d74632a0afb964863ee86c2f4463c57a884b07bb5cd68fc6c0f14e919d0162
pkgname = python-pytelegrambotapi
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}/