backports/signal-desktop: build against clang-19
All checks were successful
All checks were successful
This commit is contained in:
parent
ddecef58e6
commit
220bfd785b
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
||||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
pkgname=signal-desktop
|
pkgname=signal-desktop
|
||||||
pkgver=7.36.0
|
pkgver=7.36.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A messaging app for simple private communication with friends"
|
pkgdesc="A messaging app for simple private communication with friends"
|
||||||
url="https://github.com/signalapp/Signal-Desktop/"
|
url="https://github.com/signalapp/Signal-Desktop/"
|
||||||
# same as electron
|
# same as electron
|
||||||
arch="aarch64 x86_64"
|
arch="aarch64 x86_64"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
_llvmver=18
|
_llvmver=19
|
||||||
depends="
|
depends="
|
||||||
electron
|
electron
|
||||||
font-barlow
|
font-barlow
|
||||||
|
@ -45,7 +45,7 @@ makedepends="
|
||||||
libvpx-dev
|
libvpx-dev
|
||||||
libwebp-dev
|
libwebp-dev
|
||||||
libxml2-dev
|
libxml2-dev
|
||||||
lld$_llvmver
|
lld
|
||||||
llvm$_llvmver-dev
|
llvm$_llvmver-dev
|
||||||
mesa-dev
|
mesa-dev
|
||||||
nodejs
|
nodejs
|
||||||
|
|
Loading…
Reference in a new issue