mirror of
https://github.com/alrayyes/st.git
synced 2024-11-21 19:06:23 +00:00
Update PKGBUILD
This commit is contained in:
parent
eea4259395
commit
e9fe1a5986
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -6,8 +6,9 @@ pkgrel=1
|
|||
pkgdesc='A simple virtual terminal emulator for X.'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MIT')
|
||||
depends=('libxft' 'libxext' 'nerd-fonts-source-code-pro')
|
||||
depends=('libxft' 'libxext')
|
||||
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