* update l-smash to 2.14.5-4
This commit is contained in:
parent
cef68e235c
commit
75dcf10da0
13
l-smash/.SRCINFO
Normal file
13
l-smash/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
||||
pkgbase = l-smash
|
||||
pkgdesc = MP4 muxer and other tools
|
||||
pkgver = 2.14.5
|
||||
pkgrel = 4
|
||||
url = https://github.com/l-smash/l-smash
|
||||
arch = x86_64
|
||||
license = custom
|
||||
depends = glibc
|
||||
provides = liblsmash.so
|
||||
source = l-smash-2.14.5.tar.gz::https://github.com/l-smash/l-smash/archive/v2.14.5.tar.gz
|
||||
sha256sums = e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935
|
||||
|
||||
pkgname = l-smash
|
4
l-smash/.nvchecker.toml
Normal file
4
l-smash/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[l-smash]
|
||||
source = "git"
|
||||
git = "https://github.com/l-smash/l-smash.git"
|
||||
prefix = "v"
|
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=l-smash
|
||||
pkgver=2.14.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='MP4 muxer and other tools'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://github.com/l-smash/l-smash'
|
||||
@ -13,7 +13,6 @@ depends=('glibc')
|
||||
provides=('liblsmash.so')
|
||||
source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935')
|
||||
options=(!distcc)
|
||||
|
||||
build() {
|
||||
cd l-smash-${pkgver}
|
||||
|
Loading…
x
Reference in New Issue
Block a user