summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80a5efbb1db8..cafa12861233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtd
pkgdesc = Cross-platform library for building Telegram clients
- pkgver = 1.7.0
- pkgrel = 4
+ pkgver = 1.7.9
+ pkgrel = 1
url = https://core.telegram.org/tdlib
arch = x86_64
license = Boost
@@ -15,8 +15,7 @@ pkgbase = libtd
depends = gcc-libs
provides = libtd
conflicts = telegram-tdlib
- source = libtd::git+https://github.com/tdlib/td.git#tag=v1.7.0
+ source = libtd::git+https://github.com/tdlib/td.git#commit=7d41d9eaa58a6e0927806283252dc9e74eda5512
md5sums = SKIP
pkgname = libtd
-
diff --git a/PKGBUILD b/PKGBUILD
index 64af02e92904..393d5c41c722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Felix Serrano Blanco <felixseblanc@gmail.com>
pkgname=libtd
-pkgver=1.7.0
-pkgrel=4
+pkgver=1.7.9
+pkgrel=1
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
url='https://core.telegram.org/tdlib'
@@ -22,7 +22,8 @@ makedepends=(
)
provides=('libtd')
conflicts=('telegram-tdlib')
-source=("$pkgname::git+https://github.com/tdlib/td.git#tag=v$pkgver")
+_commit=7d41d9eaa58a6e0927806283252dc9e74eda5512
+source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")
md5sums=('SKIP')
build() {