mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mpv to 0.12.0-1.1
This commit is contained in:
parent
d0e431ed09
commit
4a9c79294c
1 changed files with 2 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=mpv
|
||||
epoch=1
|
||||
pkgver=0.11.0
|
||||
pkgver=0.12.0
|
||||
pkgrel=1.1
|
||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -25,7 +25,7 @@ optdepends=('youtube-dl: for video-sharing websites playback')
|
|||
options=('!emptydirs' '!buildflags')
|
||||
install=mpv.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('a2157174e46db46dad5deb1fde94283e72ebe922fd15447cb16a2a243fae5bda')
|
||||
sha256sums=('df242044c749d850344f5499860d852849147f20c63d36d2cd678627bd8d6cc4')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
@ -53,9 +53,6 @@ package() {
|
|||
|
||||
./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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue