summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Husicka2022-05-09 20:40:35 +0200
committerDavid Husicka2022-05-09 20:40:35 +0200
commit48980b032615b30ca09658a7c4397b8d888a89eb (patch)
tree783f38a9aef913eddeee7ef4803ddf768f49e3c1
parente7b422e308584a2ed4055cf7843eadf8a58ea57e (diff)
downloadaur-48980b032615b30ca09658a7c4397b8d888a89eb.tar.gz
Remove ffmpeg dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff9207f8c25..e176cf44d697 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 39cf67481f29..9e57903dbf86 100644
--- a/PKGBUILD
+++ b/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