summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlisson Lauffer2022-01-02 12:40:41 -0300
committerAlisson Lauffer2022-01-02 12:40:41 -0300
commit8cfbb05b5374d8f52473f53f7daefa9a1a1be833 (patch)
tree350958c953434b788f8daad48c20646ec8b6d985
parent28438b4f41fee1655984301dde166b235f208b77 (diff)
downloadaur-8cfbb05b5374d8f52473f53f7daefa9a1a1be833.tar.gz
Bump to 1.8.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748b3d066747..67fb065144bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = libtd-dev
pkgdesc = Cross-platform library for building Telegram clients (Development version)
- pkgver = 1.7.10
+ pkgver = 1.8.0
pkgrel = 1
url = https://core.telegram.org/tdlib
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = Boost
makedepends = make
makedepends = gcc
@@ -18,7 +19,7 @@ pkgbase = libtd-dev
provides = libtd
conflicts = telegram-tdlib
conflicts = libtd
- source = git+https://github.com/tdlib/td.git#commit=a53cb30e99f937cfd64e0266fa558785a184a553
+ source = git+https://github.com/tdlib/td.git#commit=b3ab664a18f8611f4dfcd3054717504271eeaa7a
sha256sums = SKIP
pkgname = libtd-dev
diff --git a/PKGBUILD b/PKGBUILD
index 8084b1fa8386..f49ba7df5d7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=libtd-dev
pkgname=${_pkgname}
-pkgver=1.7.10
+pkgver=1.8.0
pkgrel=1
pkgdesc='Cross-platform library for building Telegram clients (Development version)'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://core.telegram.org/tdlib'
license=('Boost')
depends=('openssl' 'zlib')
makedepends=('make' 'gcc' 'cmake' 'gperf' 'git')
provides=('telegram-tdlib' 'libtd')
conflicts=('telegram-tdlib' 'libtd')
-_commit=a53cb30e99f937cfd64e0266fa558785a184a553 # commit=Update version to 1.7.10.
+_commit=b3ab664a18f8611f4dfcd3054717504271eeaa7a # commit=Update version to 1.8.0.
source=("git+https://github.com/tdlib/td.git#commit=$_commit")
sha256sums=('SKIP')