summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@web.de>2017-12-27 16:44:46 +0100
committerJustin Gassner <justin.gassner@web.de>2017-12-27 16:44:46 +0100
commitf68ec4be39f3a3a095545751900d64306dcf2fd4 (patch)
tree89085d30a32cab92c27a0ceda888a97c959fcd04 /ffmpeg
parent59a0be02de50f3aed353e41bd560f2759ce494b6 (diff)
downloadpackages-f68ec4be39f3a3a095545751900d64306dcf2fd4.tar.zst
Remove i686 architecture
Diffstat (limited to 'ffmpeg')
-rw-r--r--ffmpeg/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/PKGBUILD b/ffmpeg/PKGBUILD
index 1c97636..1e73df5 100644
--- a/ffmpeg/PKGBUILD
+++ b/ffmpeg/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.3.4
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://ffmpeg.org/'
license=('GPL3')
depends=('alsa-lib' 'bzip2' 'fontconfig' 'libass' 'zlib')