summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Teichroeb2017-03-08 09:19:20 -0800
committerJoel Teichroeb2017-03-08 09:19:20 -0800
commitcc5123e23b188ccfbfc7fc3db868bd7dbea5c91d (patch)
tree994df64da0088f4d3c3d8e29c9e680e30a411d6f
parent746423abd07abc43aae8c042bd81f77659dc0b5b (diff)
downloadaur-cc5123e23b188ccfbfc7fc3db868bd7dbea5c91d.tar.gz
Add libxml2 dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a455f71921c1..8e39dd412d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
+# Generated by mksrcinfo v8
+# Wed Mar 8 17:18:52 UTC 2017
pkgbase = wayland-git
pkgdesc = A computer display server protocol.
- pkgver = 1.9.90.1804.d5f22d2
+ pkgver = 1.13.90.2010.9b78be6
pkgrel = 1
url = http://wayland.freedesktop.org
arch = i686
arch = x86_64
license = MIT
makedepends = git
- makedepends = expat
depends = libffi
- provides = wayland=1.9.90.1804.d5f22d2
+ depends = libxml2
+ depends = expat
+ provides = wayland=1.13.90.2010.9b78be6
conflicts = wayland
source = git://anongit.freedesktop.org/wayland/wayland
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 36ca671e2a65..71533854358f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Scimmia
pkgname=wayland-git
-pkgver=1.9.90.1804.d5f22d2
+pkgver=1.13.90.2010.9b78be6
pkgrel=1
pkgdesc='A computer display server protocol.'
arch=(i686 x86_64)
url='http://wayland.freedesktop.org'
provides=("wayland=${pkgver}")
license=('MIT')
-depends=('libffi')
-makedepends=('git' 'expat')
+depends=('libffi' 'libxml2' 'expat')
+makedepends=('git')
conflicts=('wayland')
source=(git://anongit.freedesktop.org/wayland/wayland)
sha1sums=('SKIP')