summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-10-12 14:59:35 -0300
committerDaniel Bermond2017-10-12 14:59:35 -0300
commita9510b6334a909502f0fdde982085098009810c1 (patch)
tree0263dd4d932be43f2d2967c21b38f6b80dfa9b97
parentd36a4a52d8de144701fb313f3ee153f666e3f439 (diff)
downloadaur-a9510b6334a909502f0fdde982085098009810c1.tar.gz
makedepends: add missing wayland-protocols
Missing since aur commit d36a4a5 (previous commit). References ---------- https://aur.archlinux.org/cgit/aur.git/commit/?h=mpv-full-git&id=d36a4a52d8de144701fb313f3ee153f666e3f439
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7b133aae08d..7ccd14fd6dc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 11 19:57:08 UTC 2017
+# Thu Oct 12 17:53:05 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
pkgver = 0.27.0.r227.g91ebc34344
- pkgrel = 1
+ pkgrel = 2
url = http://mpv.io/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = mpv-full-git
makedepends = python-docutils
makedepends = ladspa
makedepends = vulkan-headers
+ makedepends = wayland-protocols
depends = lcms2
depends = libgl
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index a3bbf71da3a4..0f27cd1665a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mpv-full-git
pkgver=0.27.0.r227.g91ebc34344
-pkgrel=1
+pkgrel=2
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -30,7 +30,10 @@ depends_x86_64=(
'ffmpeg-full'
)
optdepends=('youtube-dl: for video-sharing websites playback')
-makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers')
+makedepends=(
+ 'git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
+ 'wayland-protocols'
+)
provides=('mpv')
conflicts=('mpv' 'mpv-git')
options=('!emptydirs')