[arch-commits] Commit in wayland/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sat Feb 14 23:43:36 UTC 2015
Date: Sunday, February 15, 2015 @ 00:43:36
Author: seblu
Revision: 231401
upgpkg: wayland 1.7.0-1
Modified:
wayland/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-14 23:37:34 UTC (rev 231400)
+++ PKGBUILD 2015-02-14 23:43:36 UTC (rev 231401)
@@ -4,7 +4,7 @@
# Contributor: Joel Teichroeb <joel at teichroeb.net>
pkgname=wayland
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=1
pkgdesc='A computer display server protocol'
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
url='http://wayland.freedesktop.org'
license=('MIT')
depends=('libffi' 'expat')
-makedepends=('doxygen')
+makedepends=('doxygen' 'xmlto' 'graphviz')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('cda1d24762cd5d14ae5bcadd9e5b0cdfce3d8b11')
+sha1sums=('a731201534dcf6ec76a1184411724376cbf1acb6')
build() {
cd $pkgname-$pkgver
@@ -29,3 +29,5 @@
make DESTDIR="$pkgdir" install
install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list