[arch-commits] Commit in mpv/trunk (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Sat Sep 7 21:15:22 UTC 2013
Date: Saturday, September 7, 2013 @ 23:15:22
Author: eric
Revision: 96908
upgpkg: mpv 0.1.5-1
Upstream update
Modified:
mpv/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-07 17:50:24 UTC (rev 96907)
+++ PKGBUILD 2013-09-07 21:15:22 UTC (rev 96908)
@@ -3,8 +3,8 @@
# Contributor: Eivind Uggedal <eivind at uggedal.com>
pkgname=mpv
-pkgver=0.1.4
-pkgrel=4
+pkgver=0.1.5
+pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@
makedepends=('mesa' 'python-docutils')
options=(!emptydirs)
source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('7a0ff10fb0c6a2a8c176d40883eb09d4')
+md5sums=('693d2b3854b86081382b71465b5cdb3e')
build() {
unset CFLAGS
@@ -41,7 +41,7 @@
cd $pkgname-$pkgver
make -j1 DESTDIR="$pkgdir" install
- install -d $pkgdir/usr/share/doc/mpv/examples
+ install -d "$pkgdir"/usr/share/doc/mpv/examples
install -m644 etc/{input,example,encoding-example-profiles}.conf \
"$pkgdir"/usr/share/doc/mpv/examples
install -m644 DOCS/{encoding.rst,tech-overview.txt} \
More information about the arch-commits
mailing list