summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Taylor2020-03-31 16:04:56 -0500
committerDerek Taylor2020-03-31 16:04:56 -0500
commit6c84fb849a6f4f1e3ef11277364a520d7ccf830b (patch)
tree9a9e6259a51eaef2ffc633f89f26cac78b5464a8
parentca75d428561fece1b718ef18f8e1302679be2141 (diff)
downloadaur-6c84fb849a6f4f1e3ef11277364a520d7ccf830b.tar.gz
Adding needed font dependencies.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9eed00a7a7..fbc5b3d63ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = st-distrotube-git
pkgdesc = A heavily-patched and customized build of st (the Suckless simple terminal) from DistroTube.
- pkgver = 0.8.2
+ pkgver = .r9.ed0183b
pkgrel = 1
url = https://gitlab.com/dwt1/st-distrotube.git
arch = x86_64
arch = i686
license = MIT
makedepends = git
- optdepends = nerd-fonts-complete
- optdepends = ttf-symbola
+ depends = ttf-hack
+ depends = ttf-joypixels
provides = st
conflicts = st
source = git+https://gitlab.com/dwt1/st-distrotube.git
diff --git a/PKGBUILD b/PKGBUILD
index edf374e17a5d..805f9790b559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Derek Taylor (DistroTube) <derek@distrotube.com>
pkgname=st-distrotube-git
-pkgver=0.8.2
+pkgver=.r9.ed0183b
pkgrel=1
pkgdesc="A heavily-patched and customized build of st (the Suckless simple terminal) from DistroTube."
arch=(x86_64 i686)
url="https://gitlab.com/dwt1/st-distrotube.git"
license=('MIT')
groups=()
-depends=()
+depends=(ttf-hack ttf-joypixels)
makedepends=(git)
checkdepends=()
-optdepends=(nerd-fonts-complete ttf-symbola)
+optdepends=()
provides=(st)
conflicts=(st)
replaces=()