summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj0ru2023-05-08 10:47:59 +0200
committerFolke H. Gleumes2023-05-08 10:47:59 +0200
commitd4bd7f0530fd96b40a104e988180fb0c5467ec18 (patch)
tree63bfec57901c599553d2716af7f5fb2cee668afd /PKGBUILD
parentbedf0ec4b433e30b8c755669b8b1d1de0ef57a1d (diff)
downloadaur-d4bd7f0530fd96b40a104e988180fb0c5467ec18.tar.gz
add missing fontconfig to build in a clean env
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4e8462bb8e3..f63970cc6abc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Folke H. 'joru' Gleumes <folke-aur@gleumes.org>
pkgname=kickoff
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple and uncomplicated program launcher for wayland"
-makedepends=('cargo' 'cmake' 'freetype2' 'pkgconf')
+makedepends=('cargo' 'cmake' 'freetype2' 'pkgconf' 'fontconfig')
arch=('x86_64')
url="https://github.com/j0ru/kickoff"
license=('GPL3')