summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorotreblan2022-01-05 15:50:38 -0500
committerotreblan2022-01-05 15:50:38 -0500
commite289ddbb9fbbad43b57c73f115b9eff843e70207 (patch)
tree1b848fb73996e6bd3c0f2d9b53e299469d70c117 /PKGBUILD
parent2f38453b7d4f4d6f5b8319f2979c5556e84a374f (diff)
downloadaur-e289ddbb9fbbad43b57c73f115b9eff843e70207.tar.gz
Add blueprint compiler make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53b2ae2ed5f1..739ca6683bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ depends=(
'python-pillow'
'python-praw'
)
-makedepends=('meson' 'git' 'gobject-introspection')
+makedepends=('meson' 'git' 'gobject-introspection' 'blueprint-compiler')
checkdepends=()
optdepends=('ffmpeg: For video')
provides=("${pkgname%-git}")