summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'