summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerVerruckteFuchs2016-12-28 17:57:53 -0500
committerDerVerruckteFuchs2016-12-28 17:57:53 -0500
commit3e623059b87737d106164238ea8bbd32d21e8c35 (patch)
tree41b3e45ab39f02f4f8335ff7145cdd77333dd0c2
parent8f84a6bb3630cc175c1afe444c9db61ee055ce95 (diff)
downloadaur-3e623059b87737d106164238ea8bbd32d21e8c35.tar.gz
add otf-cp-mono as a dependency
-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')