summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2016-08-04 01:17:28 +1000
committerDaniel Tobias2016-08-04 01:17:28 +1000
commit3e8abb0aa60579515341743ebb576ebcb66a9435 (patch)
tree22d240eb841383606c4a5f2a2f61161e1c0aacc2
parent6be405150aaff63ca2b711f4c2efda48bfff1f54 (diff)
downloadaur-3e8abb0aa60579515341743ebb576ebcb66a9435.tar.gz
add armv6h to supported architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87c0f35a21e0..f8fc69b17403 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 3 15:11:28 UTC 2016
+# Wed Aug 3 15:16:59 UTC 2016
pkgbase = ffmpeg-headless
pkgdesc = Complete solution to record, convert and stream audio and video; optimised for server (headless) systems
pkgver = 3.1.1
@@ -9,6 +9,7 @@ pkgbase = ffmpeg-headless
arch = i686
arch = x86_64
arch = armv7h
+ arch = armv6h
license = GPL3
makedepends = hardening-wrapper
makedepends = yasm
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'