diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-26 03:41:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-26 03:41:45 +0000 |
commit | fd15c95b8e764eac48c00ab65ecb15cf9e582331 (patch) | |
tree | d6bbb2bac1d004662b3589c24567ad13be14b7bc /community/weston/PKGBUILD | |
parent | bceed102ef20163ec69542342988b89b9ceb1fcf (diff) |
Sun Jan 26 03:36:37 UTC 2014
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 |