summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDerek Taylor2020-03-31 16:04:56 -0500
committerDerek Taylor2020-03-31 16:04:56 -0500
commit6c84fb849a6f4f1e3ef11277364a520d7ccf830b (patch)
tree9a9e6259a51eaef2ffc633f89f26cac78b5464a8 /PKGBUILD
parentca75d428561fece1b718ef18f8e1302679be2141 (diff)
downloadaur-6c84fb849a6f4f1e3ef11277364a520d7ccf830b.tar.gz
Adding needed font dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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=()