diff options
author | dc138 | 2024-12-06 00:29:53 +0100 |
---|---|---|
committer | dc138 | 2024-12-06 00:29:53 +0100 |
commit | 624ba9f81f99c0ab27d5b54a2474d0cf1a6d90e9 (patch) | |
tree | 8ef921d470de458783ef9f32df9ab185358dd03a | |
parent | d09624730081bfd103491e6d26e3c0f1186f48d0 (diff) | |
download | aur-624ba9f81f99c0ab27d5b54a2474d0cf1a6d90e9.tar.gz |
correct dependencies
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |