summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael.gruz2023-07-02 09:34:10 +0200
committermichael.gruz2023-07-02 09:34:10 +0200
commitb785f0401cecde4b9d2d119dd417fca2b789e76b (patch)
treeab942b8307ed1962276d868085aee00429693a24
parent4dfb0877c26fa37b482753f50b403499f3cde929 (diff)
downloadaur-b785f0401cecde4b9d2d119dd417fca2b789e76b.tar.gz
Fix make LICENCE.
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37c9d015cde3..dfecfa76a3d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cura-5-modern-beta-bin
pkgdesc = Cura is an open source slicing application for 3D printers (Modern AppImage, include betaversion)
pkgver = 5.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://ultimaker.com/software/ultimaker-cura
arch = x86_64
license = LGPL3
@@ -15,7 +15,7 @@ pkgbase = cura-5-modern-beta-bin
conflicts = cura-5-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-modern.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 = 53bbfc5e08e748feaf2fc6973243e7a974ba8835ceff081be37e53a7e9b546c9
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..53fd2fc35bce
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar*
+pkg/
+src/
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 1cd0e47d3395..3139db78753f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _shortname=cura5
pkgver=5.4.0
beta=-beta.1
subbeta=
-pkgrel=2
+pkgrel=3
pkgdesc='Cura is an open source slicing application for 3D printers (Modern AppImage, 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-modern.AppImage"
- "https://raw.githubusercontent.com/Ultimaker/Cura/${pkgver}/LICENSE"
+ "https://raw.githubusercontent.com/Ultimaker/Cura/${pkgver}${beta}${subbeta}/LICENSE"
"${_shortname}.sh"
"cura.desktop.patch"
)