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