summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordalto2023-05-06 18:09:59 -0500
committerdalto2023-05-06 18:09:59 -0500
commit479838dd73a2be0415daa4bb213d3b12898dd8a2 (patch)
treeb0eaf9e412e373a9d6f56a0bc701a7231c9aec15 /PKGBUILD
parent9b7374f842ad6202540cb3658b9f22f71c955ef8 (diff)
downloadaur-479838dd73a2be0415daa4bb213d3b12898dd8a2.tar.gz
Change font dependency to be more generic
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfbc79b40f32..f72313cbf705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An application for managing BTRFS subvolumes and Snapper snapshots"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/$_pkgname/$_pkgname"
license=('GPL3')
-depends=('qt5-base' 'qt5-svg' 'noto-fonts' 'polkit' 'util-linux' 'btrfs-progs' 'diffutils')
+depends=('qt5-base' 'qt5-svg' 'ttf-font' 'polkit' 'util-linux' 'btrfs-progs' 'diffutils')
optdepends=('snapper' 'btrfsmaintenance')
makedepends=('git' 'cmake' 'qt5-tools')
conflicts=('btrfs-assistant')