summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b2fb92e21f..61b1f74f0d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = st-neonwave-git
makedepends = ncurses
depends = libxft
depends = libxext
+ depends = otf-cp-mono
provides = st-neonwave-git
conflicts = st
conflicts = st-xresources-git
diff --git a/PKGBUILD b/PKGBUILD
index 013a69467211..f6f7c7212e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Simple terminal with Xresources, scrollback, alpha support, CPMono font
arch=('i686' 'x86_64')
url="https://github.com/DerVerruckteFuchs/st-neonwave"
license=('MIT')
-depends=('libxft' 'libxext')
+depends=('libxft' 'libxext' 'otf-cp-mono')
makedepends=('ncurses')
provides=('st-neonwave-git')
conflicts=('st' 'st-xresources-git' 'st-bloated-git' 'st-zenburn-git')