summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnas Elgarhy2023-07-16 15:44:53 +0300
committerAnas Elgarhy2023-07-16 15:44:53 +0300
commit17740909df1c773924de3bd826fbf2153f8fa70f (patch)
treef5788401d103870630e3c1f2393e79c1ec271e9d
parent880e8028a07571359cf895af061b00c774587711 (diff)
downloadaur-17740909df1c773924de3bd826fbf2153f8fa70f.tar.gz
chore(pkgbuild): add the ttf-hack-nerd as an optinal dep
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4abc841e3b2d..b4adc878dd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
pkgname=jls
pkgver=0.3.5
-pkgrel=1
+pkgrel=2
epoch=0
pkgdesc="A modern ls with java."
arch=('any')
url="https://github.com/anas-elgarhy/jls"
license=('GPL3')
groups=('java-utils')
-depends=('java-runtime>=17' 'nerd-fonts-hack')
+depends=('java-runtime>=17')
makedepends=()
checkdepends=()
-optdepends=()
+optdepends=('ttf-hack-nerd-font: For icons support')
options=()
install=
changelog=