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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 2 07:53:48 UTC 2015


    Date: Monday, February 2, 2015 @ 08:53:47
  Author: alucryd
Revision: 126953

upgpkg: lib32-wayland 1.6.1-1

Modified:
  lib32-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-02 07:19:42 UTC (rev 126952)
+++ PKGBUILD	2015-02-02 07:53:47 UTC (rev 126953)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb <joel at teichroeb.net>
 
 pkgname=lib32-wayland
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('lib32-libffi' 'lib32-expat' 'wayland')
 source=("http://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz")
-sha256sums=('a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f')
+sha256sums=('d1aeb95b433cab33a928b56cb80efa551802e0a064adb4a8ea1517249d3c10b0')
 
 build() {
   cd wayland-${pkgver}
@@ -22,8 +22,11 @@
   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
 }
 



More information about the arch-commits mailing list