summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael.gruz2022-10-20 07:03:36 +0200
committermichael.gruz2022-10-20 07:03:36 +0200
commit22a4fe4747d4dd2071cc4de2a6419a865447ced7 (patch)
tree2617eea620e51427099db625aa91cf22a49ef6b3
parent24af043e0f0ceb58669967d519fd450520565f2f (diff)
downloadaur-22a4fe4747d4dd2071cc4de2a6419a865447ced7.tar.gz
Add version 5.2.1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b6ac4f3deb..be08dd0381b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cura-5-beta-bin
pkgdesc = Cura is an open source slicing application for 3D printers (include betaversion)
- pkgver = 5.2.0
+ pkgver = 5.2.1
pkgrel = 0
url = https://ultimaker.com/software/ultimaker-cura
arch = x86_64
@@ -11,12 +11,14 @@ pkgbase = cura-5-beta-bin
optdepends = cura-5-plugin-octoprint-git: Cura plugin which enables printing directly to OctoPrint and monitoring the progress (latest git version)
provides = cura
conflicts = cura-5-bin
+ conflicts = cura-5-modern-bin
+ conflicts = cura-5-modern-beta-bin
options = !strip
- source = https://github.com/Ultimaker/Cura/releases/download/5.2.0/Ultimaker-Cura-5.2.0-linux.zip
- source = https://raw.githubusercontent.com/Ultimaker/Cura/5.2.0/LICENSE
+ source = https://github.com/Ultimaker/Cura/releases/download/5.2.1/Ultimaker-Cura-5.2.1-linux.AppImage
+ source = https://raw.githubusercontent.com/Ultimaker/Cura/5.2.1/LICENSE
source = cura5.sh
source = cura.desktop.patch
- sha256sums = 33cd9bc322775967a34ef672fe5ba8dd2ba2b8eb867c6623e1bbbb3347972713
+ sha256sums = 0da9e05892492763f6aa056cb470c7d07658920020ad1322655c44e4fccbe7fa
sha256sums = f361bfaa2b63576ba829b3fb608f3f8baf5c25df51ebaba8c3554a7f3108e87d
sha256sums = f7917a834849618f62147bf68e8cb1cb31157e724163325effd495ddd8be2494
sha256sums = 076fee81d82b5ae55e44d230adef79cf944f51befb76f30074195ac18dd7e16a
diff --git a/PKGBUILD b/PKGBUILD
index cbac14b75dba..52a8dbdee79c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=cura-5-beta-bin
_pkgname=cura-5-beta-bin
_shortname=cura5
-pkgver=5.2.0
+pkgver=5.2.1
beta=
subbeta=
-pkgrel=6
+pkgrel=0
pkgdesc='Cura is an open source slicing application for 3D printers (include betaversion)'
arch=('x86_64')
url="https://ultimaker.com/software/ultimaker-cura"
@@ -14,18 +14,18 @@ license=('LGPL3')
depends=('xdg-desktop-portal' 'xdg-desktop-portal-gtk')
optdepends=('cura-5-plugin-octoprint: Cura plugin which enables printing directly to OctoPrint and monitoring the progress'
'cura-5-plugin-octoprint-git: Cura plugin which enables printing directly to OctoPrint and monitoring the progress (latest git version)')
-conflicts=('cura-5-bin')
+conflicts=('cura-5-bin' 'cura-5-modern-bin' 'cura-5-modern-beta-bin')
provides=('cura')
options=(!strip)
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
source=(
- "https://github.com/Ultimaker/Cura/releases/download/${pkgver}${beta}/Ultimaker-Cura-${pkgver}${beta}${subbeta}-linux.zip"
+ "https://github.com/Ultimaker/Cura/releases/download/${pkgver}${beta}/Ultimaker-Cura-${pkgver}${beta}${subbeta}-linux.AppImage"
"https://raw.githubusercontent.com/Ultimaker/Cura/${pkgver}/LICENSE"
"${_shortname}.sh"
"cura.desktop.patch"
)
-sha256sums=('33cd9bc322775967a34ef672fe5ba8dd2ba2b8eb867c6623e1bbbb3347972713'
+sha256sums=('0da9e05892492763f6aa056cb470c7d07658920020ad1322655c44e4fccbe7fa'
'f361bfaa2b63576ba829b3fb608f3f8baf5c25df51ebaba8c3554a7f3108e87d'
'f7917a834849618f62147bf68e8cb1cb31157e724163325effd495ddd8be2494'
'076fee81d82b5ae55e44d230adef79cf944f51befb76f30074195ac18dd7e16a')