summaryrefslogtreecommitdiffstats
path: root/st/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'st/PKGBUILD')
-rw-r--r--st/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/st/PKGBUILD b/st/PKGBUILD
index 021f66a..9dcca2e 100644
--- a/st/PKGBUILD
+++ b/st/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc='A simple virtual terminal emulator for X'
arch=('x86_64')
url="https://$_pkgname.suckless.org"
license=('MIT')
-depends=('libxext' 'libxft')
-makedepends=('ncurses' 'git')
+depends=('libxft')
+makedepends=('git' 'ncurses')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://git.jxir.de/$_pkgname")