summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-10 03:33:22 +0100
committerGustavo Alvarez2016-01-10 03:33:22 +0100
commit4a6b3e7730a895a5f8c72ddbfb6178b0077a9b2e (patch)
tree440a5360980133e4bf19f93af2540b63471f8945
parent0fd6bb4a23753f022e3cdca741450d1210d47487 (diff)
downloadaur-4a6b3e7730a895a5f8c72ddbfb6178b0077a9b2e.tar.gz
Add --enable-gpl3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a492c43e93b..936da70a16f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
+# Generated by mksrcinfo v8
+# Sun Jan 10 02:33:01 UTC 2016
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = 20151202.344d446
+ pkgver = 20160109.bd5a02d
pkgrel = 1
url = http://mpv.io
install = mpv-build-git.install
arch = i686
arch = x86_64
license = GPL2
+ license = GPL3
makedepends = git
makedepends = python-docutils
makedepends = yasm
diff --git a/PKGBUILD b/PKGBUILD
index 13c401bf2188..c29eb10a0145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=20151202.344d446
+pkgver=20160109.bd5a02d
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('i686' 'x86_64' )
@@ -43,7 +43,7 @@ depends=('desktop-file-utils'
'libvdpau'
# 'vapoursynth'
)
-license=('GPL2')
+license=('GPL2' 'GPL3')
url='http://mpv.io'
makedepends=('git'
'python-docutils'
@@ -102,7 +102,8 @@ prepare() {
--enable-libmpv-shared \
--enable-zsh-comp \
--enable-libarchive \
- --lua=52arch" > mpv_options
+ --lua=52arch \
+ --enable-gpl3" > mpv_options
cd mpv