summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Tobias2016-08-04 01:17:28 +1000
committerDaniel Tobias2016-08-04 01:17:28 +1000
commit3e8abb0aa60579515341743ebb576ebcb66a9435 (patch)
tree22d240eb841383606c4a5f2a2f61161e1c0aacc2 /PKGBUILD
parent6be405150aaff63ca2b711f4c2efda48bfff1f54 (diff)
downloadaur-3e8abb0aa60579515341743ebb576ebcb66a9435.tar.gz
add armv6h to supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 907b4a8d7983..29c117c463f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver=3.1.1
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video; optimised for server (headless) systems'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='http://ffmpeg.org/'
license=('GPL3') #enabling libfdk_aac makes ffmpeg incompatible with the GPL!
depends=('bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'