1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

Update PKGBUILD

This commit is contained in:
Ryan 2019-06-14 15:27:56 +00:00
parent 98727164af
commit 071cb54c13

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A simple virtual terminal emulator for X.' pkgdesc='A simple virtual terminal emulator for X.'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('MIT') license=('MIT')
depends=('libxft' 'libxext' 'nerd-fonts-source-code-pro') depends=('libxft' 'libxext')
makedepends=('ncurses') makedepends=('ncurses')
url="http://st.suckless.org" url="http://st.suckless.org"