summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordc1382024-12-06 00:29:53 +0100
committerdc1382024-12-06 00:29:53 +0100
commit624ba9f81f99c0ab27d5b54a2474d0cf1a6d90e9 (patch)
tree8ef921d470de458783ef9f32df9ab185358dd03a
parentd09624730081bfd103491e6d26e3c0f1186f48d0 (diff)
downloadaur-624ba9f81f99c0ab27d5b54a2474d0cf1a6d90e9.tar.gz
correct dependencies
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 585332ef2137..aa398871f919 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgrel=1
pkgdesc='A simple virtual terminal emulator for X, with community patches included.'
arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
-depends=(libxft)
+depends=('libxft' 'gd' 'harfbuzz' 'freetype2' 'fontconfig')
makedepends=('ncurses' 'libxext' 'git')
provides=(st)
conflicts=(st)