summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHelio Loureiro2024-05-19 13:14:09 +0200
committerHelio Loureiro2024-05-19 13:14:09 +0200
commit5a9ce59b1563551074fdd8ff9eff9f9ae100dac3 (patch)
tree278ec704bac5d0964f20641ff6cb08262293ad4c /PKGBUILD
parentf773f830d4d8e32f9e77cec440176f74e8cfe04c (diff)
downloadaur-5a9ce59b1563551074fdd8ff9eff9f9ae100dac3.tar.gz
Step up to version 4.18.0
Bot API support bumped up to v.7.3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1faec9b63816..42f25c003c35 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytelegrambotapi
_pkgname=pyTelegramBotAPI
-pkgver=4.17.0
+pkgver=4.18.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=('be3c7ef8bd84db4a0af81f99f4dabf9bbc197f9a8a0f686ab0efd3b229d2fd5b')
+sha256sums=('e6fccec896928bb957d24634fb11b18c63dc660c6564337800beb7e8b067d33f')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}/