summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-07 00:37:01 -0300
committerDaniel Bermond2017-06-07 00:37:01 -0300
commite8012e49f4d868d932637c0cdcfada23be62cff1 (patch)
treed3d2540342d4359623c2c807190ef72d2bea0e84
parent911944a7ed05c676d358c2110dd6a4afbd3d551a (diff)
downloadaur-e8012e49f4d868d932637c0cdcfada23be62cff1.tar.gz
Fix license string
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e087b2819f68..a309c2086c38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 03:21:14 UTC 2017
+# Wed Jun 7 03:36:42 UTC 2017
pkgbase = ffmpeg-decklink
pkgdesc = Complete solution to record, convert and stream audio and video (decklink enabled)
pkgver = 3.3.2
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://ffmpeg.org/
arch = i686
arch = x86_64
- license = custom:UNREDISTRIBUTABLE
+ license = custom:nonfree and unredistributable
makedepends = hardening-wrapper
makedepends = ladspa
makedepends = libvdpau
diff --git a/PKGBUILD b/PKGBUILD
index 8ec6f47e2fe9..5d06bbabd8c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=ffmpeg-decklink
pkgver=3.3.2
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (decklink enabled)'
arch=('i686' 'x86_64')
url='http://ffmpeg.org/'
-license=('custom:UNREDISTRIBUTABLE')
+license=('custom:nonfree and unredistributable')
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'