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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Oct 28 20:04:41 UTC 2013


    Date: Monday, October 28, 2013 @ 21:04:40
  Author: bpiotrowski
Revision: 99434

upgpkg: mpv 0.2.1-3

- add lua to makedepends

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 19:01:06 UTC (rev 99433)
+++ PKGBUILD	2013-10-28 20:04:40 UTC (rev 99434)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
          'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
          'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils'
         )
-makedepends=('mesa' 'python-docutils')
+makedepends=('mesa' 'python-docutils' 'lua')
 options=(!emptydirs)
 install=mpv.install
 source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")




More information about the arch-commits mailing list