Date: Tuesday, May 9, 2017 @ 19:24:44 Author: alucryd Revision: 227564
upgpkg: lib32-libepoxy 1.4.2-1 Modified: lib32-libepoxy/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-09 19:19:43 UTC (rev 227563) +++ PKGBUILD 2017-05-09 19:24:44 UTC (rev 227564) @@ -3,7 +3,7 @@ # Contributor: Laurent Carlier <[email protected]> pkgname=lib32-libepoxy -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc='Library handling OpenGL function pointer management' arch=('x86_64') @@ -12,7 +12,7 @@ depends=('lib32-glibc') makedepends=('gcc-multilib' 'lib32-libgl' 'meson' 'python') source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz") -sha256sums=('88c6abf5522fc29bab7d6c555fd51a855cbd9253c4315f8ea44e832baef21aa6') +sha256sums=('bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3') prepare() { cd libepoxy-${pkgver} @@ -29,7 +29,6 @@ export CC='gcc -m32' export CXX='/bin/false' export PKG_CONFIG_PATH='/usr/lib32/pkgconfig' - export LANG='en_US.UTF-8' meson \ --prefix='/usr' \
