mirror of
https://github.com/alrayyes/st.git
synced 2024-11-24 11:56:22 +00:00
Update PKGBUILD
This commit is contained in:
parent
d9cef171e4
commit
98727164af
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -6,9 +6,8 @@ pkgrel=1
|
|||
pkgdesc='A simple virtual terminal emulator for X.'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MIT')
|
||||
depends=('libxft' 'libxext')
|
||||
depends=('libxft' 'libxext' 'nerd-fonts-source-code-pro')
|
||||
makedepends=('ncurses')
|
||||
optdepends=('nerd-fonts-source-code-pro')
|
||||
url="http://st.suckless.org"
|
||||
|
||||
_patches=("st-clipboard-0.8.2.diff"
|
||||
|
|
Loading…
Reference in a new issue