summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInochi Amaoto2019-09-28 08:04:36 +0800
committerInochi Amaoto2019-09-28 08:04:36 +0800
commit2fd5f0f30ac98982087f3f21e0629e8300c7c5dd (patch)
tree999beda6b2953d7e18b86a2c9cbaffbce056ff09
parent8ff373cae353a4d7e07806583354a1b2a837c72c (diff)
downloadaur-2fd5f0f30ac98982087f3f21e0629e8300c7c5dd.tar.gz
remove zsh-comp options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24371cc48bf9..033501a34e0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-full-build-git
pkgdesc = Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )
- pkgver = 0.29.0.r668.g4c4d7a64c6
+ pkgver = 0.29.0.r747.gc7d0a8f58e
pkgrel = 1
url = http://mpv.io
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c3e56f14a5a9..ba7fdeb40ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.29.0.r668.g4c4d7a64c6
+pkgver=0.29.0.r747.gc7d0a8f58e
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')
@@ -361,7 +361,6 @@ prepare() {
'--enable-xv'
'--enable-zimg'
'--enable-zlib'
- '--enable-zsh-comp'
)
# '--enable-vaapi-glx'
@@ -371,6 +370,7 @@ prepare() {
# '--enable-libsmbclient'
# '--enable-avresample'
+ # '--enable-zsh-comp'
# '--enable-audio-input'
# '--enable-dvdread'
# '--enable-libv4l2'