diff options
author | root <root@rshg054.dnsready.net> | 2013-10-12 00:05:36 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-12 00:05:36 -0700 |
commit | 20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (patch) | |
tree | b334b815f671a193959abd9378c0859168f0080e /extra/wayland | |
parent | c38c20f4261c973628038df011b526c6ad4e0489 (diff) |
Sat Oct 12 00:05:35 PDT 2013
Diffstat (limited to 'extra/wayland')
-rw-r--r-- | extra/wayland/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/wayland/PKGBUILD b/extra/wayland/PKGBUILD index 05ae4ae53..5815b82d2 100644 --- a/extra/wayland/PKGBUILD +++ b/extra/wayland/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 193712 2013-08-28 20:08:20Z lcarlier $ +# $Id: PKGBUILD 196331 2013-10-11 14:56:14Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Sébastien Luttringer # Contributor: Joel Teichroeb <joel@teichroeb.net> pkgname=wayland -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc='A computer display server protocol' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('libffi' 'expat') makedepends=('doxygen') options=(!libtool) source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz") -sha1sums=('2214b690cb5a4f9695d287f27730c4368e6ef829') +sha1sums=('febbbfc8d76ed0b2157077d50cb6e5ceb1aa47de') build() { cd $pkgname-$pkgver |