summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarisan2022-01-27 22:09:13 +0000
committerSarisan2022-01-27 22:09:13 +0000
commit67edbe161ec8f919131cf562e322ca7dcfc489dd (patch)
treee80348d63324e2e07f75090b734e82e77511e3ba
parent5793cd7ea4fdec3510545f7da2e3b5fab9bcc7dd (diff)
downloadaur-67edbe161ec8f919131cf562e322ca7dcfc489dd.tar.gz
Update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0eabb0203dc..ef193f9ef312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = telegram-bot-api
makedepends = cmake>=3.0.2
depends = openssl
depends = zlib
+ depends = gcc-libs
provides = telegram-bot-api
conflicts = telegram-bot-api-git
source = git+https://github.com/tdlib/telegram-bot-api.git#commit=93ccd2a145926612dc45c5e095560e43fbd94d2a
diff --git a/PKGBUILD b/PKGBUILD
index 241fc08bd842..eefc16f2a52e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Telegram Bot API server"
arch=('x86_64')
url="https://core.telegram.org/bots"
license=('BSL-1.0')
-depends=('openssl' 'zlib')
+depends=('openssl' 'zlib' 'gcc-libs')
makedepends=('git' 'gcc>=4.9' 'gperf' 'cmake>=3.0.2')
provides=('telegram-bot-api')
conflicts=('telegram-bot-api-git')