From 782dfa12d0b5e545d2ac52d2f63a8b98f1590848 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 18 Oct 2024 10:34:52 +0200 Subject: [PATCH] * update l-smash to 2.14.5-4.1 --- l-smash/.SRCINFO | 6 +++++- l-smash/PKGBUILD | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/l-smash/.SRCINFO b/l-smash/.SRCINFO index 27d8bce0ed..f4fa1f2d03 100644 --- a/l-smash/.SRCINFO +++ b/l-smash/.SRCINFO @@ -1,9 +1,13 @@ pkgbase = l-smash pkgdesc = MP4 muxer and other tools pkgver = 2.14.5 - pkgrel = 4 + pkgrel = 4.1 url = https://github.com/l-smash/l-smash arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = riscv64 license = custom depends = glibc provides = liblsmash.so diff --git a/l-smash/PKGBUILD b/l-smash/PKGBUILD index 6bda48c73b..54a711f3c6 100644 --- a/l-smash/PKGBUILD +++ b/l-smash/PKGBUILD @@ -4,7 +4,7 @@ pkgname=l-smash pkgver=2.14.5 -pkgrel=4 +pkgrel=4.1 pkgdesc='MP4 muxer and other tools' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://github.com/l-smash/l-smash'