summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenovsky2018-09-30 14:40:36 +0200
committerLenovsky2018-09-30 14:40:36 +0200
commit9cd24596a8e1a3eb66a19ecce6d359c64ba98982 (patch)
tree3894ce3d85f77c01c4e7804b800bbb1a64093f20
parent99ef1a7dc014095ff59ac237985d8031b0644343 (diff)
downloadaur-9cd24596a8e1a3eb66a19ecce6d359c64ba98982.tar.gz
Add 'xxHash' submodule
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cda0e5457eff..74f1575e9123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-git
pkgdesc = Official desktop version of Telegram messaging app (dev branch)
- pkgver = 1.3.12.r0.gaeec5d154
+ pkgver = 1.4.0.r1.g81a2cf908
pkgrel = 1
url = https://desktop.telegram.org/
arch = i686
@@ -27,6 +27,7 @@ pkgbase = telegram-desktop-git
source = GSL::git+https://github.com/Microsoft/GSL.git
source = libtgvoip::git+https://github.com/telegramdesktop/libtgvoip
source = variant::git+https://github.com/mapbox/variant
+ source = xxHash::git+https://github.com/Cyan4973/xxHash.git
source = CMakeLists.inj::https://git.archlinux.org/svntogit/community.git/plain/trunk/CMakeLists.inj?h=packages/telegram-desktop
source = tdesktop.patch::https://git.archlinux.org/svntogit/community.git/plain/trunk/tdesktop.patch?h=packages/telegram-desktop
source = libtgvoip.patch::https://git.archlinux.org/svntogit/community.git/plain/trunk/libtgvoip.patch?h=packages/telegram-desktop
@@ -37,8 +38,9 @@ pkgbase = telegram-desktop-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 28a25d482ae099077ff501d882408afe0aaf6fb45346bc3423c6de7c2ed4c437
- sha256sums = e92e8bc6c84d783e2a5f8337628cfb345c06aa4e18778a84e29d4d6f8d83246e
+ sha256sums = SKIP
+ sha256sums = a8412a86252bb7857cb2bdbcaebe3029b05f7fec4f9a6f1ee73beff00044876a
+ sha256sums = 78daf4591a0bd0f8e2f0da5e44b08e61849ddb80e96cf327b3661b390b485d89
sha256sums = 4dd2b1674b1a5bcfc5b640612278fe3a53b454192fbcc06b7476ff54ed6d2f6d
sha256sums = 8d707debe027c7cb658825501dc30fb3beb57ab21b1b6df2f01c5f76ca39a0e6
diff --git a/PKGBUILD b/PKGBUILD
index e40e0d69930b..e180d0222e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lenovsky <lenovsky@pm.me>
pkgname=telegram-desktop-git
-pkgver=1.3.12.r0.gaeec5d154
+pkgver=1.4.0.r1.g81a2cf908
pkgrel=1
pkgdesc="Official desktop version of Telegram messaging app (dev branch)"
arch=('i686' 'x86_64')
@@ -18,6 +18,7 @@ source=("tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#branch=de
"GSL::git+https://github.com/Microsoft/GSL.git"
"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip"
"variant::git+https://github.com/mapbox/variant"
+ "xxHash::git+https://github.com/Cyan4973/xxHash.git"
"CMakeLists.inj::https://git.archlinux.org/svntogit/community.git/plain/trunk/CMakeLists.inj?h=packages/telegram-desktop"
"tdesktop.patch::https://git.archlinux.org/svntogit/community.git/plain/trunk/tdesktop.patch?h=packages/telegram-desktop"
"libtgvoip.patch::https://git.archlinux.org/svntogit/community.git/plain/trunk/libtgvoip.patch?h=packages/telegram-desktop"
@@ -28,8 +29,9 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- '28a25d482ae099077ff501d882408afe0aaf6fb45346bc3423c6de7c2ed4c437'
- 'e92e8bc6c84d783e2a5f8337628cfb345c06aa4e18778a84e29d4d6f8d83246e'
+ 'SKIP'
+ 'a8412a86252bb7857cb2bdbcaebe3029b05f7fec4f9a6f1ee73beff00044876a'
+ '78daf4591a0bd0f8e2f0da5e44b08e61849ddb80e96cf327b3661b390b485d89'
'4dd2b1674b1a5bcfc5b640612278fe3a53b454192fbcc06b7476ff54ed6d2f6d'
'8d707debe027c7cb658825501dc30fb3beb57ab21b1b6df2f01c5f76ca39a0e6')
pkgver() {
@@ -45,6 +47,7 @@ prepare() {
git config submodule.Telegram/ThirdParty/GSL.url "$srcdir/GSL"
git config submodule.Telegram/ThirdParty/libtgvoip.url "$srcdir/libtgvoip"
git config submodule.Telegram/ThirdParty/variant.url "$srcdir/variant"
+ git config submodule.Telegram/ThirdParty/xxHash.url "$srcdir/xxHash"
git submodule update
patch -Np1 -i "$srcdir/tdesktop.patch"