diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-26 04:08:50 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-26 04:08:50 +0000 |
commit | cda3f380f74d60573c1202f7f34a79c8182e341a (patch) | |
tree | 267f0bea80b969004688d5352a9472b4816a8742 /community/weston | |
parent | 5f3874cb8718456941af21c866515ddddd82edbc (diff) |
Mon May 26 04:03:20 UTC 2014
Diffstat (limited to 'community/weston')
-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 d46384a54..747c05804 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 110377 2014-04-28 15:11:35Z jgc $ +# $Id: PKGBUILD 111855 2014-05-25 19:34:14Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Joel Teichroeb <joel@teichroeb.net> pkgname=weston -pkgver=1.4.0 -pkgrel=3 +pkgver=1.5.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=('49b0b6d5e2366a7bad5158b29998213e5ca7f254') +sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7') build() { cd $pkgname-$pkgver |