summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2023-05-05 20:30:58 -0400
committerStick2023-05-05 20:30:58 -0400
commit9901e39d4219b92d874a13765d3b05a99bbddd38 (patch)
tree8412a65c3857ec48a2ccc82930102c20228509a5
parentad28b8bca9e22b81d157b17131b535cb094051d3 (diff)
downloadaur-9901e39d4219b92d874a13765d3b05a99bbddd38.tar.gz
add all nerd fonts symbols
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cf77459c459..80d5e7f0df6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = all-repository-fonts
pkgdesc = Meta package for all fonts in the official repositories.
pkgver = 20230505
- pkgrel = 1
+ pkgrel = 2
url = https://aur.archlinux.org/packages/all-repository-fonts/
arch = any
depends = adobe-source-code-pro-fonts
@@ -102,6 +102,8 @@ pkgbase = all-repository-fonts
depends = ttf-liberation
depends = ttf-monofur
depends = ttf-nerd-fonts-symbols
+ depends = ttf-nerd-fonts-symbols-common
+ depends = ttf-nerd-fonts-symbols-mono
depends = ttf-opensans
depends = ttf-proggy-clean
depends = ttf-roboto
diff --git a/PKGBUILD b/PKGBUILD
index 3bd9b5deb10e..ebb517596b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=SC2034,SC2148,SC2154
pkgname=all-repository-fonts
pkgver=20230505
-pkgrel=1
+pkgrel=2
pkgdesc='Meta package for all fonts in the official repositories.'
arch=('any')
url='https://aur.archlinux.org/packages/all-repository-fonts/'
@@ -106,6 +106,8 @@ depends=(
'ttf-liberation'
'ttf-monofur'
'ttf-nerd-fonts-symbols'
+ 'ttf-nerd-fonts-symbols-common'
+ 'ttf-nerd-fonts-symbols-mono'
'ttf-opensans'
'ttf-proggy-clean'
'ttf-roboto'