aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Jacocks2022-11-29 22:36:36 -0500
committerAlexander Jacocks2022-11-29 22:36:36 -0500
commit39867597bd90b6f09a833a14718174048599cac9 (patch)
tree7ccaab741aa5a874bcde1640377cd4646ae82a02
parent41ab74808b53859f6d2c56ff45fa75b0cde9e149 (diff)
downloadaur-39867597bd90b6f09a833a14718174048599cac9.tar.gz
update build to use git version of fonts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b36d77b48799..a43e02569178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = bambustudio-git
depends = wayland
depends = wayland-protocols
depends = libxkbcommon
- depends = harmonyos-sans
+ depends = harmonyos-sans-git
provides = BambuStudio
conflicts = BambuStudio
source = git+https://github.com/bambulab/BambuStudio.git
diff --git a/PKGBUILD b/PKGBUILD
index 0520755a543d..e56cd1b602c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="PC Software for BambuLab's 3D printers"
arch=('x86_64')
url="https://github.com/bambulab/BambuStudio"
license=('AGPLv3')
-depends=('mesa' 'glu' 'cairo' 'gtk3' 'libsoup' 'webkit2gtk' 'gstreamer' 'openvdb' 'wayland' 'wayland-protocols' 'libxkbcommon' 'harmonyos-sans')
+depends=('mesa' 'glu' 'cairo' 'gtk3' 'libsoup' 'webkit2gtk' 'gstreamer' 'openvdb' 'wayland' 'wayland-protocols' 'libxkbcommon' 'harmonyos-sans-git')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'm4' 'pkgconf')
provides=("BambuStudio")
conflicts=("BambuStudio")