summaryrefslogtreecommitdiff
path: root/community/weston/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/weston/PKGBUILD')
-rw-r--r--community/weston/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD
index eae9d26ce..53e252866 100644
--- a/community/weston/PKGBUILD
+++ b/community/weston/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 103053 2013-12-25 21:25:19Z andyrtr $
+# $Id: PKGBUILD 104875 2014-01-27 23:38:12Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Joel Teichroeb <joel@teichroeb.net>
pkgname=weston
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=2
pkgdesc='Reference implementation of a Wayland compositor'
arch=('i686' 'x86_64' 'mips64el')
@@ -11,14 +11,14 @@ url='http://wayland.freedesktop.org'
license=('MIT')
depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('56acdfde4d1a3871d6e54f0cdbcf2736e73e979a')
+sha1sums=('49b0b6d5e2366a7bad5158b29998213e5ca7f254')
build() {
cd $pkgname-$pkgver
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/weston \
- --enable-demo-clients
+ --enable-demo-clients-install
make
}