summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlisson Lauffer2022-11-28 16:55:33 -0300
committerAlisson Lauffer2022-11-28 16:55:33 -0300
commit41f7eecfb9ae6b95a29e6405ddf1610b4ef2fe1e (patch)
tree85d90743c2f755f7c4b84e0e9bd80a3bcc38c2ed
parent00bd0f2e7911e3b480deca52ac5e3b5afb31e9d1 (diff)
downloadaur-41f7eecfb9ae6b95a29e6405ddf1610b4ef2fe1e.tar.gz
Bump to 1.8.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2155d1c18a11..7d2b607d2ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtd-dev
pkgdesc = Cross-platform library for building Telegram clients (Development version)
- pkgver = 1.8.2
- pkgrel = 2
+ pkgver = 1.8.8
+ pkgrel = 1
url = https://core.telegram.org/tdlib
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = libtd-dev
provides = libtdjson.so
conflicts = telegram-tdlib
conflicts = libtd
- source = git+https://github.com/tdlib/td.git#commit=3f54c301ead1bbe6529df4ecfb63c7f645dd181c
+ source = git+https://github.com/tdlib/td.git#commit=bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0
sha256sums = SKIP
pkgname = libtd-dev
diff --git a/PKGBUILD b/PKGBUILD
index 08169d6a0320..3cadb35a4794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=libtd-dev
pkgname=${_pkgname}
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.8
+pkgrel=1
pkgdesc='Cross-platform library for building Telegram clients (Development version)'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://core.telegram.org/tdlib'
@@ -13,7 +13,7 @@ depends=('openssl' 'zlib')
makedepends=('make' 'gcc' 'cmake' 'gperf' 'git')
provides=('telegram-tdlib' 'libtd' 'libtdjson.so')
conflicts=('telegram-tdlib' 'libtd')
-_commit=3f54c301ead1bbe6529df4ecfb63c7f645dd181c # commit=Update version to 1.8.2.
+_commit=bbe37ee594d97f3c7820dd23ebcd9c9b8dac51a0 # commit=Update version to 1.8.8.
source=("git+https://github.com/tdlib/td.git#commit=$_commit")
sha256sums=('SKIP')