diff options
Diffstat (limited to 'community/weston/PKGBUILD')
-rw-r--r-- | community/weston/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index 8d3cf8684..74d305e60 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 103053 2013-12-25 21:25:19Z andyrtr $ +# $Id: PKGBUILD 104730 2014-01-25 02:24:17Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Joel Teichroeb <joel@teichroeb.net> pkgname=weston -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc='Reference implementation of a Wayland compositor' arch=('i686' 'x86_64') 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 |