summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTriss Healy2021-11-04 17:20:39 +1100
committerTriss Healy2021-11-04 17:20:39 +1100
commit6b81ce71b532838ddc0edd690f8a51f0de609f6c (patch)
tree2afd7e7866c49e7cb0e40da1f20b66c04d2916f0 /PKGBUILD
parenta2c77f6aa437d802dc4f87e643933f82183b1513 (diff)
downloadaur-6b81ce71b532838ddc0edd690f8a51f0de609f6c.tar.gz
Moved xorg-server-xvfb to checkdepends as it's only used for testing.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5705cb007dcd..16e6f9b08cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ arch=(x86_64)
url="https://wiki.gnome.org/Projects/libshumate"
license=(LGPL)
depends=(gtk4 libsoup sqlite protobuf-c)
-makedepends=(git gobject-introspection gtk-doc gi-docgen meson vala xorg-server-xvfb)
+makedepends=(git gobject-introspection gtk-doc gi-docgen meson vala)
+checkdepends=(xorg-server-xvfb)
provides=(libshumate)
source=("git+https://gitlab.gnome.org/GNOME/${_pkgname}.git")