summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2017-08-13 18:37:46 -0700
committerBen Widawsky2017-08-13 18:38:39 -0700
commit14a32ac1fb43597c12d14f7c8bb4bf636f09dd01 (patch)
treeadc4ef777a750ea696d0996af50409c5044f47cc
parent14a8341c0238155164fe3398f3284d8545b71288 (diff)
downloadaur-14a32ac1fb43597c12d14f7c8bb4bf636f09dd01.tar.gz
Remove hardening-wrapper requirement
Reported-by: gourdcaptain
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d270e565096..260fa19268d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Aug 13 17:02:48 UTC 2017
+# Mon Aug 14 01:38:36 UTC 2017
pkgbase = ffmpeg-libfdk_aac
pkgdesc = Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
pkgver = 3.3.3
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://ffmpeg.org/
arch = i686
arch = x86_64
license = GPL3
license = custom:libfdk-aac
- makedepends = hardening-wrapper
makedepends = ladspa
makedepends = libvdpau
makedepends = yasm
diff --git a/PKGBUILD b/PKGBUILD
index 43fab7ca0f54..52c951843c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
'libx264.so' 'libx265.so' 'libxvidcore.so'
'libfdk-aac')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+makedepends=('ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'