Remove ffmpeg dependency

This commit is contained in:
David Husicka 2022-05-09 20:40:35 +02:00
parent e7b422e308
commit 48980b0326
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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