summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarisan2022-04-17 02:01:31 +0300
committerSarisan2022-04-17 02:01:31 +0300
commit0724a575f77fdf3a5ba66d6c4da9e14072149e9a (patch)
tree13e290bbd3af5d68527af702d974b1e8885dfe73
parentccd4a95ce294258ca95c6253be0155bb3f302dc6 (diff)
downloadaur-0724a575f77fdf3a5ba66d6c4da9e14072149e9a.tar.gz
Update version to 6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f54484c832cf..16d11e699865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-bot-api
pkgdesc = Telegram Bot API server
- pkgver = 5.7
+ pkgver = 6.0
pkgrel = 1
url = https://core.telegram.org/bots
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = telegram-bot-api
depends = gcc-libs
provides = telegram-bot-api
conflicts = telegram-bot-api-git
- source = git+https://github.com/tdlib/telegram-bot-api.git#commit=c57b04c4c8c4e8d8bb6fdd0bd3bfb5b93b9d8f05
- source = git+https://github.com/tdlib/td.git#commit=92c2a9c4e521df720abeaa9872e1c2b797d5c93f
+ source = git+https://github.com/tdlib/telegram-bot-api.git#commit=31d947e9713043ddd7b9f180b6c94070f2810341
+ source = git+https://github.com/tdlib/td.git#commit=054a823c1a812ee3e038f702c6d8ba3e6974be9c
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 628a395b0bcb..f5a5ded37417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sarisan Sekoohaka <sekoohaka.sarisan@gmail.com>
pkgname=telegram-bot-api
-pkgver=5.7
+pkgver=6.0
pkgrel=1
pkgdesc="Telegram Bot API server"
arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('openssl' 'zlib' 'gcc-libs')
makedepends=('git' 'gcc>=4.9' 'gperf' 'cmake>=3.0.2')
provides=('telegram-bot-api')
conflicts=('telegram-bot-api-git')
-_commit=c57b04c4c8c4e8d8bb6fdd0bd3bfb5b93b9d8f05
-_commit1=92c2a9c4e521df720abeaa9872e1c2b797d5c93f
+_commit=31d947e9713043ddd7b9f180b6c94070f2810341
+_commit1=054a823c1a812ee3e038f702c6d8ba3e6974be9c
source=("git+https://github.com/tdlib/telegram-bot-api.git#commit=$_commit"
"git+https://github.com/tdlib/td.git#commit=$_commit1")
sha256sums=('SKIP'