[arch-commits] Commit in lib32-libvpx/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Jul 17 12:23:22 UTC 2019


    Date: Wednesday, July 17, 2019 @ 12:23:22
  Author: alucryd
Revision: 490174

upgpkg: lib32-libvpx 1.8.1-1

Modified:
  lib32-libvpx/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-17 12:22:43 UTC (rev 490173)
+++ PKGBUILD	2019-07-17 12:23:22 UTC (rev 490174)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=lib32-libvpx
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='VP8 and VP9 codec'
 arch=(x86_64)
@@ -25,12 +25,12 @@
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --target='x86-linux-gcc' \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --target=x86-linux-gcc \
     --disable-install-bins \
     --disable-install-docs \
     --disable-install-srcs \



More information about the arch-commits mailing list