diff --git a/.SRCINFO b/.SRCINFO index 08ed763..76bce51 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wlroots-git pkgdesc = Modular Wayland compositor library - pkgver = 0.8.1.r11.g17242619 + pkgver = 0.9.0.r0.g1c5ca793 pkgrel = 1 url = https://github.com/swaywm/wlroots arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = wlroots-git makedepends = ninja makedepends = git makedepends = wayland-protocols + makedepends = xorgproto depends = libcap depends = systemd depends = wayland @@ -23,7 +24,7 @@ pkgbase = wlroots-git depends = libpng depends = ffmpeg depends = freerdp - provides = wlroots=0.8.1 + provides = wlroots=0.9.0 conflicts = wlroots options = debug options = !strip diff --git a/PKGBUILD b/PKGBUILD index f28c5d5..b46b181 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Adrian Perez de Castro pkgname='wlroots-git' -pkgver=0.8.1.r11.g17242619 +pkgver=0.9.0.r0.g1c5ca793 pkgrel=1 license=('custom:MIT') pkgdesc='Modular Wayland compositor library' @@ -12,7 +12,7 @@ options=('debug' '!strip') depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb' 'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman' 'libinput' 'libxkbcommon' 'libpng' 'ffmpeg' 'freerdp') -makedepends=('meson' 'ninja' 'git' 'wayland-protocols') +makedepends=('meson' 'ninja' 'git' 'wayland-protocols' 'xorgproto') source=("${pkgname}::git+${url}") sha512sums=('SKIP')