summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-05-25 10:58:48 +0300
committerAdrian Perez de Castro2021-05-25 10:58:48 +0300
commit57bac8911677a40d5a26f59c567c67563a0d5339 (patch)
treedf92d85324126023f2d4c3dc2d77370ad6d84146 /PKGBUILD
parent792c09336c378593719ace463b165e44eb21a0c4 (diff)
downloadaur-57bac8911677a40d5a26f59c567c67563a0d5339.tar.gz
Add missing doctest and cmake makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6940020035d9..42e5000a65a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire
pkgver=0.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="3D wayland compositor"
arch=(x86_64)
url=https://wayfire.org
license=(custom:MIT)
depends=(cairo 'wf-config>=0.5' libjpeg libinput 'wlroots>=0.12' 'wlroots<0.14')
-makedepends=(meson ninja wayland-protocols glm)
+makedepends=(meson ninja wayland-protocols glm cmake doctest)
conflicts=("${pkgname}-git")
source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=(d8140aba8e41f1549d195f3dcbf8860e0448bcfdad1e18acc7d7ecebcb0f31bf)