summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInochi Amaoto2022-07-29 10:27:41 +0800
committerInochi Amaoto2022-07-29 10:27:41 +0800
commit4e9a0f19cf514e2858fce0154480c87d2e192aab (patch)
treef6e473c4cbc6f25a4042b6ba7a954e3000ac1b6d /PKGBUILD
parentcd584c52d2cd6e26fb328b273b92de816e2a5449 (diff)
downloadaur-4e9a0f19cf514e2858fce0154480c87d2e192aab.tar.gz
fix: remove dependency celt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12c6c96bb439..6c3ee4721189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.34.0.r360.g8da6b355f8
+pkgver=0.34.0.r386.g284fecc0bd
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )"
arch=('x86_64')
@@ -12,7 +12,6 @@ depends=(
'aribb24'
'avisynthplus'
'bzip2'
- 'celt'
'codec2'
'dav1d'
'desktop-file-utils'
@@ -275,7 +274,6 @@ prepare() {
'--enable-libbs2b'
'--enable-libcaca'
'--enable-libcdio'
- '--enable-libcelt'
'--enable-libcodec2'
'--enable-libdav1d'
'--enable-libdc1394'