summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2016-01-09 18:46:04 -0500
committerPhilip Sequeira2016-01-09 18:46:04 -0500
commit7ba54c32e66b23ca476b2dcc6469b977a5b31793 (patch)
treec662d80fc65d21bb127b4eccd386a3385ad2bdc4
parent60d9c679bc05dcec1b3663ccc2ce9b7d5d5cea8e (diff)
downloadaur-7ba54c32e66b23ca476b2dcc6469b977a5b31793.tar.gz
stop manually installing docs
Some of them are already installed by mpv's own installer, ending up with duplicates. The official package only removed the dups, but I'm just removing all of them and leaving it up to mpv what it wants to install.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 1 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139e434c8976..8c5f9a7311ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 23:40:46 UTC 2016
+# Sat Jan 9 23:45:34 UTC 2016
pkgbase = mpv-git
pkgdesc = Video player based on MPlayer/mplayer2 (git version)
pkgver = 42598.gbd5a02d
diff --git a/PKGBUILD b/PKGBUILD
index b620d8409b27..414fdbd46eb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,12 +65,6 @@ package() {
cd "$srcdir/$_gitname"
./waf install --destdir="$pkgdir"
- install -d "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 etc/{input,example}.conf \
- "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-
# Update dependencies automatically based on dynamic libraries
_detected_depends=($("$srcdir"/find-deps.py "$pkgdir"/usr/{bin/mpv,lib/libmpv.so}))
echo 'Auto-detected dependencies:'