summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael.gruz2023-07-02 09:54:37 +0200
committermichael.gruz2023-07-02 09:54:37 +0200
commit2dcca6460e81403743134d3dad06992c22fde7c7 (patch)
treea6b55262f140985af66031936716d84ab842defa
parente238679386a2873c9f5f83010832ec0eaf7cc80a (diff)
downloadaur-2dcca6460e81403743134d3dad06992c22fde7c7.tar.gz
Fix LICENCE.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fca74a0ff5a..73c2e7baa514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cura-5-beta-bin
pkgdesc = Cura is an open source slicing application for 3D printers (include betaversion)
pkgver = 5.4.0
- pkgrel = 0
+ pkgrel = 1
url = https://ultimaker.com/software/ultimaker-cura
arch = x86_64
license = LGPL3
@@ -15,7 +15,7 @@ pkgbase = cura-5-beta-bin
conflicts = cura-5-modern-beta-bin
options = !strip
source = https://github.com/Ultimaker/Cura/releases/download/5.4.0-beta.1/Ultimaker-Cura-5.4.0-beta.1-linux.AppImage
- source = https://raw.githubusercontent.com/Ultimaker/Cura/5.4.0/LICENSE
+ source = https://raw.githubusercontent.com/Ultimaker/Cura/5.4.0-beta.1/LICENSE
source = cura5.sh
source = cura.desktop.patch
sha256sums = fe02756c5c79fa58e63f7a50aab0074534ca9f87ea79f897c2381198bb69315c
diff --git a/PKGBUILD b/PKGBUILD
index adbae82ec9f5..9c4e91e05b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _shortname=cura5
pkgver=5.4.0
beta=-beta.1
subbeta=
-pkgrel=0
+pkgrel=1
pkgdesc='Cura is an open source slicing application for 3D printers (include betaversion)'
arch=('x86_64')
url="https://ultimaker.com/software/ultimaker-cura"
@@ -20,7 +20,7 @@ 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.AppImage"
- "https://raw.githubusercontent.com/Ultimaker/Cura/${pkgver}/LICENSE"
+ "https://raw.githubusercontent.com/Ultimaker/Cura/${pkgver}${beta}${subbeta}/LICENSE"
"${_shortname}.sh"
"cura.desktop.patch"
)