summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2017-11-22 08:36:44 -0800
committerBen Widawsky2017-11-22 08:36:44 -0800
commite688c4b8ccc88c8d2b36f3a2f40fc770319d5031 (patch)
tree74f004f77bff856209710bb90330b96b513ece76
parent3f7a34ace32d3fe28976f17d71da3dd8c83e0f7e (diff)
downloadaur-e688c4b8ccc88c8d2b36f3a2f40fc770319d5031.tar.gz
Remove i686 from arch=()
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53d464e8d15e..f06a1387e872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 15:20:06 UTC 2017
+# Wed Nov 22 16:36:37 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.4
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://ffmpeg.org/
- arch = i686
arch = x86_64
license = GPL3
license = custom:libfdk-aac
diff --git a/PKGBUILD b/PKGBUILD
index a7be92dfa665..c40b01d9b009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=3.4
-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')
+arch=('x86_64')
url='http://ffmpeg.org/'
license=('GPL3' 'custom:libfdk-aac')
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'