summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Taylor2020-11-13 22:25:52 -0600
committerDerek Taylor2020-11-13 22:25:52 -0600
commit1ab4069bc12799f7fec876426f913f4d7e3f0f17 (patch)
tree7350153a568ea1cf692a76f28db20d96c661b0e7
parent814273524dac78e155a74b4df0637da9c74619c8 (diff)
downloadaur-1ab4069bc12799f7fec876426f913f4d7e3f0f17.tar.gz
Pushing updated build of st
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14a3a85c68c..5cf11d91b8a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = st-distrotube-git
makedepends = git
depends = ttf-hack
depends = ttf-joypixels
- depends = nerd-fonts-source-code-pro
provides = st
conflicts = st
source = git+https://gitlab.com/dwt1/st-distrotube.git
diff --git a/PKGBUILD b/PKGBUILD
index 703d643506d6..f99f15b9e040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64 i686)
url="https://gitlab.com/dwt1/st-distrotube.git"
license=('MIT')
groups=()
-depends=(ttf-hack ttf-joypixels nerd-fonts-source-code-pro)
+depends=(ttf-hack ttf-joypixels)
makedepends=(git)
checkdepends=()
optdepends=()