diff options
author | root <root@rshg054.dnsready.net> | 2013-02-16 00:07:09 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-16 00:07:09 -0800 |
commit | 4a4f6be8604aa35bdc81ae29d86b07dc8aea0c5c (patch) | |
tree | 41f9694a761d6e5637f15f9f9241e5b84cd8897b /extra/wayland/PKGBUILD | |
parent | 067830244f6b16cb094a59e5ca8fa262bd66a2ec (diff) |
Sat Feb 16 00:07:08 PST 2013
Diffstat (limited to 'extra/wayland/PKGBUILD')
-rw-r--r-- | extra/wayland/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/wayland/PKGBUILD b/extra/wayland/PKGBUILD index 24e354e17..3342dd822 100644 --- a/extra/wayland/PKGBUILD +++ b/extra/wayland/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 177964 2013-02-12 16:53:44Z tomegun $ -# Maintainer: Sébastien Luttringer +# $Id: PKGBUILD 178061 2013-02-15 01:24:43Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> +# Contributor: Sébastien Luttringer # Contributor: Joel Teichroeb <joel@teichroeb.net> pkgname=wayland -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc='A computer display server protocol' arch=('i686' 'x86_64') @@ -13,7 +14,6 @@ depends=('libffi' 'expat') makedepends=('doxygen') options=(!libtool) source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz") -sha1sums=('2f65654a54366cacd39a69bc5a41fea21b357e34') build() { cd $pkgname-$pkgver @@ -28,3 +28,4 @@ package() { } # vim:set ts=2 sw=2 et: +md5sums=('e2e9ebfbaf9b013471c620b99938d764') |