diff options
Diffstat (limited to 'community/weston/PKGBUILD')
-rw-r--r-- | community/weston/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD index 0bae3a41b..60ea4b556 100644 --- a/community/weston/PKGBUILD +++ b/community/weston/PKGBUILD @@ -1,16 +1,16 @@ +# $Id: PKGBUILD 90107 2013-05-06 19:40:06Z foutrelis $ # Maintainer: Sébastien Luttringer # Contributor: Joel Teichroeb <joel@teichroeb.net> pkgname=weston pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Reference implementation of a Wayland compositor' arch=('i686' 'x86_64') url='http://wayland.freedesktop.org' license=('MIT') options=(!libtool) -depends=('libxkbcommon' 'libunwind' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' - 'pango' 'xkeyboard-config') +depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango') source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz") sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d') |