summaryrefslogtreecommitdiff
path: root/community/mpv/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-04 01:27:27 -0800
committerroot <root@rshg054.dnsready.net>2013-11-04 01:27:27 -0800
commit058983fb5cb16dbb25368dd464cbcf27205b3f93 (patch)
tree4f07b3aba435304aac5c5f93e5a9784031dabd40 /community/mpv/PKGBUILD
parent1ce58386c5ee7086ac6848f35cade5d45bf86764 (diff)
Mon Nov 4 01:26:54 PST 2013
Diffstat (limited to 'community/mpv/PKGBUILD')
-rw-r--r--community/mpv/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index 3f5d53af8..4ea19c68e 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 99558 2013-10-29 17:41:46Z bpiotrowski $
+# $Id: PKGBUILD 100387 2013-11-03 11:15:18Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.2.2
+pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -17,8 +17,8 @@ depends=(
makedepends=('mesa' 'python-docutils')
options=(!emptydirs)
install=mpv.install
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('4e7c8823354f97753f0cbe17c61ec211')
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('632d1ee368fe7355563047bbdcd7b08a')
build() {
unset CFLAGS
@@ -51,6 +51,4 @@ package() {
"$pkgdir"/usr/share/doc/mpv/examples
install -m644 DOCS/{encoding.rst,tech-overview.txt} \
"$pkgdir"/usr/share/doc/mpv
-
- #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
}