summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2021-04-29 15:33:05 +0200
committerj.r2021-04-29 15:33:05 +0200
commita9e8dcd6cf0ada6a5a15d56b5bfd2d7473199595 (patch)
tree756e947d8bfd5bb3db4b4e712bd8ef2fe6dae06f /PKGBUILD
parent6ff75e1a5800780fb4583b54ea27e6f099a6c94c (diff)
downloadaur-a9e8dcd6cf0ada6a5a15d56b5bfd2d7473199595.tar.gz
libtd: update to 1.7.0-3
Removes make dependency (already satisfied by base-devel) and moves gcc-libs dependency to runtime deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fa962c4e997..812fe2ea7483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libtd
pkgver=1.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
url='https://core.telegram.org/tdlib'
@@ -11,15 +11,14 @@ license=('Boost')
depends=(
'openssl'
'zlib'
+ 'gcc-libs'
)
makedepends=(
'git'
'clang>=3.4'
- 'make'
'cmake>=3.0.2'
'gperf'
'php'
- 'gcc-libs'
)
provides=('libtd')
conflicts=('telegram-tdlib')