summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2016-07-04 18:09:22 -0600
committerKamran Mackey2016-07-04 18:09:22 -0600
commit17354cefdeca8a20ef58e584d8ab3ad5325e1c62 (patch)
tree5976048fca4528e4eee55554fab3a4f9504193e0
parentfe7cb37a8e010a820d54b0a679ffa93b719857ea (diff)
downloadaur-17354cefdeca8a20ef58e584d8ab3ad5325e1c62.tar.gz
Added non-free to the license section.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 460ea7118459..31e1543aca02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 5 00:07:22 UTC 2016
+# Tue Jul 5 00:09:20 UTC 2016
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
pkgver = 3.2.r80913.gce466d0
@@ -8,6 +8,7 @@ pkgbase = ffmpeg-git
arch = i686
arch = x86_64
license = GPL3
+ license = Non-free
makedepends = hardening-wrapper
makedepends = ladspa
makedepends = libvdpau
diff --git a/PKGBUILD b/PKGBUILD
index 8c7fe1d19245..0cba19234d97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=3.2.r80913.gce466d0
pkgrel=1
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
-license=('GPL3')
+license=('GPL3' 'Non-free')
url="http://ffmpeg.org/"
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame'
'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug' 'libpulse'