summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2024-01-10 21:03:00 +0800
committerjustforlxz2024-01-10 21:03:00 +0800
commit2d139d95da7f3f003753dfd279e388bb160ce787 (patch)
treeb0fa6374184bb5605354ee3964c567892bf3f14a
parentc3cbaf7f2b9610d512a08578c0660ef3658ede50 (diff)
downloadaur-2d139d95da7f3f003753dfd279e388bb160ce787.tar.gz
update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5896c6a0367..25e03c485523 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = qwlroots-git
makedepends = wlroots
makedepends = ninja
makedepends = wayland-protocols
+ makedepends = wlr-protocols-git
provides = qwlroots
source = qwlroots-git::git+https://github.com/vioken/qwlroots
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 96d76fb6714d..abfef24b166b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64' 'aarch64')
url="https://github.com/vioken/qwlroots"
license=('Apache' 'GPL2' 'GPL3' 'LGPL3')
depends=()
-makedepends=('git' 'wlroots' 'ninja' 'wayland-protocols')
+makedepends=('git' 'wlroots' 'ninja' 'wayland-protocols' 'wlr-protocols-git')
provides=('qwlroots')
source=("$pkgname::git+https://github.com/vioken/qwlroots")
sha512sums=('SKIP')