summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArnaud Berthomier2022-03-08 08:08:16 -0600
committerArnaud Berthomier2022-03-08 08:08:16 -0600
commit5e0cbd2610ce385fe228db1fcca7ac15629efbda (patch)
treeca2cfcda824c31756e2ef64abf93d172c6c44f80 /PKGBUILD
parenteb508a0de16f4c303791d5d4c924fc48e0b0df93 (diff)
downloadaur-5e0cbd2610ce385fe228db1fcca7ac15629efbda.tar.gz
Added aarch64 arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fd87a65ed7b..bef083c3c907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname=telegram-tdlib
pkgname=${_pkgname}
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform library for building Telegram clients'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://core.telegram.org/tdlib'
license=('Boost')
depends=('openssl' 'zlib')