summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2023-08-14 15:56:55 +0200
committerGiovanni Santini2023-08-14 15:56:55 +0200
commitedcb25bbbccdcb082554bfa4d3a6c0d8a9c1d744 (patch)
tree00f56847dad29f92e912f93e0aef0d1cedff1be1 /PKGBUILD
parent7b9d7b861a1b8ecd2978f9dff682f7e498f5b482 (diff)
downloadaur-edcb25bbbccdcb082554bfa4d3a6c0d8a9c1d744.tar.gz
upgpkg: telegram-desktop-dev 4.8.12-1
- Version bump. - Updated submodules.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f981104ef756..b9986f9cba49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
# You can pass parameters to `ninja` via MAKEFLAGS
pkgname=telegram-desktop-dev
-pkgver=4.8.10
+pkgver=4.8.12
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -46,6 +46,7 @@ source=(
# Here are all the submodule repos.
# Use the nearby Python script for generating the list
"submodule_GSL::git+https://github.com/desktop-app/GSL.git"
+ "submodule_Implib.so::git+https://github.com/yugr/Implib.so.git"
"submodule_QR-Code-generator::git+https://github.com/nayuki/QR-Code-generator"
"submodule_cld3::git+https://github.com/google/cld3.git"
"submodule_cmake_helpers::git+https://github.com/desktop-app/cmake_helpers.git"
@@ -124,6 +125,7 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
prepare() {
@@ -167,6 +169,7 @@ prepare() {
git -C "$srcdir/tdesktop" submodule update
git -C "$srcdir/tdesktop/cmake" submodule init
+ git -C "$srcdir/tdesktop/cmake" config src.external/Implib.so.url "$srcdir/submodule_Implib.so"
git -C "$srcdir/tdesktop/cmake" config src.external/glib/cppgir.url "$srcdir/submodule_cppgir"
git -C "$srcdir/tdesktop/cmake" submodule update