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

Jan Steffens heftig at archlinux.org
Sun Jul 5 13:53:02 UTC 2020


    Date: Sunday, July 5, 2020 @ 13:53:02
  Author: heftig
Revision: 657825

1.3.7-1

Modified:
  lib32-libvorbis/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 13:34:54 UTC (rev 657824)
+++ PKGBUILD	2020-07-05 13:53:02 UTC (rev 657825)
@@ -1,7 +1,7 @@
 
 pkgname=lib32-libvorbis
-pkgver=1.3.6
-pkgrel=1.1
+pkgver=1.3.7
+pkgrel=1
 pkgdesc='Vorbis codec library (32-bit)'
 arch=('x86_64')
 url='https://www.xiph.org/ogg/vorbis/'
@@ -9,7 +9,7 @@
 depends=('lib32-libogg' 'libvorbis')
 provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
 source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz")
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
+sha256sums=('0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab')
 
 build() {
   cd libvorbis-${pkgver}
@@ -16,7 +16,7 @@
 
   export CC="gcc -m32"
   export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
   ./configure \
     --prefix='/usr' \



More information about the arch-commits mailing list