update lib32-wayland

This commit is contained in:
Weng Xuetian 2015-04-24 21:16:53 +00:00
parent ecf5b62cc8
commit 1398eecb39

View File

@ -2,7 +2,7 @@
_pkgbasename=wayland
pkgname=lib32-$_pkgbasename
pkgver=1.6.0
pkgver=1.7.0
pkgrel=1
pkgdesc='A computer display server protocol'
arch=('x86_64')
@ -10,7 +10,7 @@ url='http://wayland.freedesktop.org'
license=('MIT')
depends=('lib32-libffi' 'lib32-expat' $_pkgbasename=$pkgver )
source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz")
sha256sums=('a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f')
sha256sums=('bdea47a2db96f7e53f1ce0351559c0af5b7f7aae7e95f0a884a78af9f1057c9c')
build() {
cd ${_pkgbasename}-${pkgver}
@ -19,8 +19,11 @@ build() {
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
./configure --prefix='/usr' --libdir='/usr/lib32' \
--disable-{documentation,static}
./configure \
--prefix='/usr' \
--libdir='/usr/lib32' \
--disable-documentation \
--disable-static
make
}