* update syntax-highlighting5 to 5.116.0-1
This commit is contained in:
parent
a9d6c33719
commit
e0225ff91a
@ -4,8 +4,8 @@
|
||||
|
||||
_name=syntax-highlighting
|
||||
pkgname=${_name}5
|
||||
pkgver=5.115.0
|
||||
pkgrel=2.1
|
||||
pkgver=5.116.0
|
||||
pkgrel=1
|
||||
pkgdesc='Syntax highlighting engine for structured text and code'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://community.kde.org/Frameworks'
|
||||
@ -18,13 +18,13 @@ conflicts=("$_name<5.111")
|
||||
replaces=("$_name<5.111")
|
||||
groups=(kf5)
|
||||
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$_name-$pkgver.tar.xz{,.sig})
|
||||
sha256sums=('0622a719ac243023b87a1592291c55c66ac9c6e79ab7be04fbb68ed2d3f2de0a'
|
||||
sha256sums=('6f8ccacebd0dc9ce050b2b23b715750c97938b3336fbbb80967920cb8c1dfaa7'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
build() {
|
||||
case "${CARCH}" in
|
||||
powerpc) export CXXFLAGS+=' -latomic' ;;
|
||||
powerpc) export CXXFLAGS+=" -latomic" ;;
|
||||
esac
|
||||
|
||||
cmake -B build -S $_name-$pkgver \
|
||||
|
Loading…
x
Reference in New Issue
Block a user