diff options
Diffstat (limited to 'st/PKGBUILD')
-rw-r--r-- | st/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/PKGBUILD b/st/PKGBUILD index 19c4f26..80fe5f3 100644 --- a/st/PKGBUILD +++ b/st/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc='Simple virtual terminal emulator for X' url='http://git.suckless.org/st/' arch=('i686' 'x86_64' 'armv7h') license=('MIT') -depends=('libxft') +depends=('libxft' 'adobe-source-code-pro-fonts' 'ttf-dejavu') makedepends=('ncurses' 'libxext' 'git') source=('st::git+https://github.com/Tharre/st-transparency.git#branch=custom_config' 'st-terminal.desktop') |