[arch-commits] Commit in lib32-libvpx1.3/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 2 13:00:18 UTC 2016


    Date: Sunday, October 2, 2016 @ 13:00:17
  Author: alucryd
Revision: 191202

upgpkg: lib32-libvpx1.3 1.3.0-1

Modified:
  lib32-libvpx1.3/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-02 12:56:40 UTC (rev 191201)
+++ PKGBUILD	2016-10-02 13:00:17 UTC (rev 191202)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 url='http://www.webmproject.org/'
 license=('BSD')
-depends=('lib32-glibc' 'lib32-gcc-libs')
+depends=('lib32-glibc')
 makedepends=('yasm' 'git')
 provides=('libvpx.so')
 source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz"
@@ -34,6 +34,7 @@
   ./configure \
     --prefix='/usr' \
     --libdir='/usr/lib32' \
+    --target='x86-linux-gcc' \
     --enable-runtime-cpu-detect \
     --enable-shared \
     --enable-pic \



More information about the arch-commits mailing list