Remove ffmpeg dependency
This commit is contained in:
parent
e7b422e308
commit
48980b0326
3
.SRCINFO
3
.SRCINFO
|
@ -1,12 +1,11 @@
|
|||
pkgbase = osu-lazer-bin
|
||||
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
||||
pkgver = 2022.509.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://osu.ppy.sh
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
license = custom:CC-BY-NC 4.0
|
||||
depends = ffmpeg4.4
|
||||
depends = zlib
|
||||
depends = libgl
|
||||
depends = fuse2
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -6,13 +6,12 @@
|
|||
pkgname=osu-lazer-bin
|
||||
_pkgname=${pkgname%-bin}
|
||||
pkgver=2022.509.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
||||
arch=(x86_64)
|
||||
url="https://osu.ppy.sh"
|
||||
license=("MIT" "custom:CC-BY-NC 4.0")
|
||||
depends=(
|
||||
ffmpeg4.4
|
||||
zlib
|
||||
libgl
|
||||
fuse2
|
||||
|
|
Loading…
Reference in New Issue