summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Sequeira2023-12-20 03:44:53 -0500
committerPhilip Sequeira2023-12-20 03:44:53 -0500
commitbb187ff03c16f87dd0376cbc51c567f8f3ba736f (patch)
treeb2c54b99114bfe528ab2867cb9b0294fb25068cc /PKGBUILD
parent77fe24754c27f6cd2ad5306558affc6af9bc3303 (diff)
downloadaur-mpv-git.tar.gz
switch libplacebo depend to non-git version
There's now a recent enough version in extra-testing, so this package will build against official repo libplacebo soon, and with VLC no longer holding it back, it will hopefully stay recent enough most of the time. When it isn't, the build failure message is clear enough, at least.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f75c70e0b801..6cf42bc24d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,14 +49,14 @@ _opt_features=(
pkgname=mpv-git
_gitname=mpv
-pkgver=0.36.0_656_g06c26e37ed
+pkgver=0.37.0_114_g17be6e1990
pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2 (git version)'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('GPL')
url='https://mpv.io'
_undetected_depends=('hicolor-icon-theme')
-depends=('ffmpeg' 'libplacebo-git' "${_undetected_depends[@]}")
+depends=('ffmpeg' 'libplacebo' "${_undetected_depends[@]}")
optdepends=('yt-dlp: for video-sharing websites playback (preferred over youtube-dl)'
'youtube-dl: for video-sharing websites playback')
makedepends=('git'