summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael.gruz2023-11-30 19:20:22 +0100
committermichael.gruz2023-11-30 19:20:22 +0100
commit5f6b6223af3b75140410ad8d1c37e208dd8a27ca (patch)
treea0d0f3d9888847f3138bc30e048521b6cda36608
parent86e952696fdaf25dc63d125dee7ad2bb27fd8331 (diff)
downloadaur-5f6b6223af3b75140410ad8d1c37e208dd8a27ca.tar.gz
Cura up to 5.6.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rwxr-xr-xcura5.sh2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 851ae7dcce10..df731d799fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,13 +14,13 @@ pkgbase = cura-5-beta-bin
conflicts = cura-5-modern-bin
conflicts = cura-5-modern-beta-bin
options = !strip
- source = https://github.com/Ultimaker/Cura/releases/download/5.6.0-beta.2/Ultimaker-Cura-5.6.0-beta.2-linux-X64.AppImage
- source = https://raw.githubusercontent.com/Ultimaker/Cura/5.6.0-beta.2/LICENSE
+ source = https://github.com/Ultimaker/Cura/releases/download/5.6.0/Ultimaker-Cura-5.6.0-linux-X64.AppImage
+ source = https://raw.githubusercontent.com/Ultimaker/Cura/5.6.0/LICENSE
source = cura5.sh
source = cura.desktop.patch
- sha256sums = 40fd262da99eab779d43d01034eac798c25f349cbbb82bfd21891479e5c1796e
+ sha256sums = 107896a0da4b2873f3bfaad9aed36012bef2fff89571161e57f4da0a7f10a440
sha256sums = f361bfaa2b63576ba829b3fb608f3f8baf5c25df51ebaba8c3554a7f3108e87d
- sha256sums = abd972fa450409625bd54122de8a3cbb5848054afe4fc2e70e99444233037e12
- sha256sums = 82a420ff977222150fb25e6b3dafe6ab5694a958666330297e10a1b02a2a69b9
+ sha256sums = 4b3de38326084d3ae1689596a6bd8673f2e2580d0be5d0710a0a31b4d8dde1f9
+ sha256sums = ee7ace053a8d8b6ae0fa1be2cc7c9dca9a352d8b190a5e27098acbdc65f0eb8e
pkgname = cura-5-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index 942d9ac74e9e..20f8af67771e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=cura-5-beta-bin
_pkgname=cura-5-beta-bin
_shortname=cura5
pkgver=5.6.0
-beta=-beta.2
+beta= #-beta.2
subbeta=
pkgrel=0
pkgdesc='Cura is an open source slicing application for 3D printers (include betaversion)'
@@ -25,9 +25,9 @@ source=(
"cura.desktop.patch"
)
-sha256sums=('80065af26cf989c336baa29d676b2acb91c7391cbcc6063e808d4c748cdb38dd'
+sha256sums=('107896a0da4b2873f3bfaad9aed36012bef2fff89571161e57f4da0a7f10a440'
'f361bfaa2b63576ba829b3fb608f3f8baf5c25df51ebaba8c3554a7f3108e87d'
- 'e91141376dfd6781b4704d42fcb9d9eb7683fe583ac57ecaf0a1796311413b0e'
+ '4b3de38326084d3ae1689596a6bd8673f2e2580d0be5d0710a0a31b4d8dde1f9'
'ee7ace053a8d8b6ae0fa1be2cc7c9dca9a352d8b190a5e27098acbdc65f0eb8e')
prepare() {
diff --git a/cura5.sh b/cura5.sh
index d8f715a71fa5..ee75ed4ce63f 100755
--- a/cura5.sh
+++ b/cura5.sh
@@ -2,5 +2,5 @@
export QT_QPA_PLATAFORM=xdgdesktopportal
export QT_QPA_PLATFORMTHEME=xdgdesktopportal
cd /opt/cura5/
-LD_PRELOAD=/usr/lib/libstdc++.so.6 QT_QPA_PLATFORMTHEME=xdgdesktopportal QT_QPA_PLATAFORM=xdgdesktopportal ./AppRun $@
+LD_PRELOAD=/usr/lib/libstdc++.so.6 QT_QPA_PLATFORMTHEME=xdgdesktopportal QT_QPA_PLATAFORM=xdgdesktopportal QT_STYLE_OVERRIDE="" ./AppRun $@