summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-17 14:23:18 +0300
committerAdrian Perez de Castro2019-10-17 14:23:18 +0300
commit5ffc512298ded2a8e07aa5d774fc63cb51a615e6 (patch)
tree4fbddcbb7895e9a66644f7d02ff99536e637399f
parent41c35db253d42c6e32ceb40086d08da4d7ab3a66 (diff)
downloadaur-5ffc512298ded2a8e07aa5d774fc63cb51a615e6.tar.gz
Add missing freerdp dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05d68c093cf6..08ed763ffe8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library
- pkgver = 0.7.0.r8.g020a33e0
+ pkgver = 0.8.1.r11.g17242619
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
@@ -22,7 +22,8 @@ pkgbase = wlroots-git
depends = libxkbcommon
depends = libpng
depends = ffmpeg
- provides = wlroots=0.7.0
+ depends = freerdp
+ provides = wlroots=0.8.1
conflicts = wlroots
options = debug
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1159205bfbe3..f28c5d57776e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname='wlroots-git'
-pkgver=0.7.0.r8.g020a33e0
+pkgver=0.8.1.r11.g17242619
pkgrel=1
license=('custom:MIT')
pkgdesc='Modular Wayland compositor library'
@@ -11,7 +11,7 @@ conflicts=('wlroots')
options=('debug' '!strip')
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
- 'libinput' 'libxkbcommon' 'libpng' 'ffmpeg')
+ 'libinput' 'libxkbcommon' 'libpng' 'ffmpeg' 'freerdp')
makedepends=('meson' 'ninja' 'git' 'wayland-protocols')
source=("${pkgname}::git+${url}")
sha512sums=('SKIP')