summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2d609b614f..5f03cc0eac11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = telegram-tdlib
pkgdesc = Cross-platform library for building Telegram clients
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://core.telegram.org/tdlib
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = Boost
makedepends = make
makedepends = gcc
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')