[arch-commits] Commit in mpv/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Nov 3 11:15:05 UTC 2013


    Date: Sunday, November 3, 2013 @ 12:15:05
  Author: bpiotrowski
Revision: 100386

upgpkg: mpv 0.2.2-1

- new upstream release

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-03 10:00:41 UTC (rev 100385)
+++ PKGBUILD	2013-11-03 11:15:05 UTC (rev 100386)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal <eivind at 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 @@
 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 @@
     "$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
 }




More information about the arch-commits mailing list