summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeorgewoodall822023-08-21 19:36:08 +0100
committergeorgewoodall822023-08-21 19:36:08 +0100
commit5c14c59be775adbab391d7f988dfdb7dbaf2dd99 (patch)
tree17e06f58aff4d5e261a1a5aa820c06501ac00f9c
parent9422e560de876d3e8b5b9dcc8d85af8c690c2c20 (diff)
downloadaur-5c14c59be775adbab391d7f988dfdb7dbaf2dd99.tar.gz
useful commit message
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a2b13c25326..1d6619d70e94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bambustudio-bin
pkgdesc = PC Software for BambuLab's 3D printers
pkgver = 01.07.04.52
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bambulab/BambuStudio
arch = x86_64
license = AGPL3
@@ -17,7 +17,7 @@ pkgbase = bambustudio-bin
depends = wayland
depends = wayland-protocols
depends = libxkbcommon
- depends = harmonyos-sans-git
+ depends = ttf-harmonyos-sans
conflicts = bambustudio
conflicts = bambustudio-git
source = bambustudio-01.07.04.52.AppImage::https://github.com/bambulab/BambuStudio/releases/download/v01.07.04.52/Bambu_Studio_linux_fedora-v01.07.04.52.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 2a91a319c6ab..112fa577d400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: George Woodall <georgewoodall82@gmail.com>
pkgname=bambustudio-bin
pkgver=01.07.04.52
-pkgrel=2
+pkgrel=3
pkgdesc="PC Software for BambuLab's 3D printers"
arch=("x86_64")
url="https://github.com/bambulab/BambuStudio"
license=('AGPL3')
conflicts=('bambustudio' 'bambustudio-git')
-depends=('mesa' 'glu' 'cairo' 'gtk3' 'libsoup' 'webkit2gtk' 'gstreamer' 'openvdb' 'wayland' 'wayland-protocols' 'libxkbcommon' 'harmonyos-sans-git')
+depends=('mesa' 'glu' 'cairo' 'gtk3' 'libsoup' 'webkit2gtk' 'gstreamer' 'openvdb' 'wayland' 'wayland-protocols' 'libxkbcommon' 'ttf-harmonyos-sans')
makedepends=('fuse2')
source=(
"bambustudio-${pkgver}.AppImage::https://github.com/bambulab/BambuStudio/releases/download/v${pkgver}/Bambu_Studio_linux_fedora-v${pkgver}.AppImage"