summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-10-21 17:12:14 +0200
committersL1pKn072017-10-21 17:12:14 +0200
commit0f4a31b1d804f4e40628016980295647e4ac83cf (patch)
tree8b9eb758cda7743781e0beec45d3ee11f147135a
parent4d43676556a8ca9b7c0c2aa6265658c4d03f7923 (diff)
downloadaur-0f4a31b1d804f4e40628016980295647e4ac83cf.tar.gz
add xdg-utils
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbce2dafdcc8..da28be3efc7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Oct 21 15:00:57 UTC 2017
+# Sat Oct 21 15:11:45 UTC 2017
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
pkgver = v0.27.0.262.g044af63d98
@@ -52,6 +52,7 @@ pkgbase = mpv-build-git
depends = mujs
depends = vulkan-icd-loader
depends = shaderc-git
+ depends = xdg-utils
optdepends = youtube-dl: Another way to view youtuve videos with mpv
optdepends = zsh-completions: Additional completion definitions for Zsh users
optdepends = mpv-bash-completion-git: Additional completion definitions for Bash users
diff --git a/PKGBUILD b/PKGBUILD
index 0de78f791968..2d5bd6aefb47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,7 @@ depends=('desktop-file-utils'
'mujs'
'vulkan-icd-loader'
'shaderc-git'
+ 'xdg-utils'
)
license=('GPL2' 'GPL3' 'LGPL3' 'LGPL2.1' 'BSD')
url='http://mpv.io'