summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2020-09-25 03:37:54 +0200
committerEmanuele 'Lele' Calo2020-09-25 03:37:54 +0200
commit9a64f1189ec96fb2894ee421286aeb9af2db4c7a (patch)
tree725e7ff72a066e13fed9bd5149467d739187f00c
parent25e0641c4cbbc62174b3bbdb6bca2ec11054d8b4 (diff)
downloadaur-9a64f1189ec96fb2894ee421286aeb9af2db4c7a.tar.gz
Updated to 3.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD16
3 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb1c2747f6d5..9bcd1dbdd8f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ideamaker
pkgdesc = Fast and user friendly 3D slicer for FDM printers
- pkgver = 3.4.2.3140
+ pkgver = 3.6.1
pkgrel = 1
url = https://www.raise3d.com/pages/ideamaker
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = ideamaker
makedepends = binutils
depends = mesa-libgl
depends = desktop-file-utils
- source = https://s3.amazonaws.com/ideamaker/linux/ideaMaker_3.4.2.3140-ubuntu_amd64.deb
- sha512sums = 1e37b30e4d18fa4e51f7c446c28c6cd862f7f1bf91122d058d2b0eb872b65bb59f363a607f0f9234962783e23804225164a084b18bfee405782db8b0245c48af
+ source = https://download.raise3d.com/ideamaker/release/3.6.1/ideaMaker_3.6.1.4415-ubuntu_amd64.deb
+ sha512sums = 5386bd1b8952d141b50ef25974c81f1abd0a3a449ac9f494156f9ce048f6a419ab920d98cd009105bdae22c1b0b43ae257ea9b0155b0d92f3cd8f3dbac5837fb
pkgname = ideamaker
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cd5fb6d163ee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+pkg/
+src/
+*.tar.gz
+*.tar.xz
+*.tar
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index d1ac328abbac..40482bfa1ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,10 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Krzysztof Sobczyk <sobczyk.kris@gmail.com>
+# Maintainer: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>
# Contributor: Fabien Devaux <fdev31@gmail.com>
+
pkgname=ideamaker
-pkgver=3.4.2.3140
+pkgver=3.6.1
+pkgverminor=4415
pkgrel=1
-epoch=
pkgdesc="Fast and user friendly 3D slicer for FDM printers"
arch=('x86_64')
url="https://www.raise3d.com/pages/ideamaker"
@@ -25,9 +21,9 @@ backup=()
options=()
install=
changelog=
-source=("https://s3.amazonaws.com/ideamaker/linux/ideaMaker_${pkgver}-ubuntu_amd64.deb")
+source=("https://download.raise3d.com/ideamaker/release/${pkgver}/ideaMaker_${pkgver}.${pkgverminor}-ubuntu_amd64.deb")
noextract=()
-sha512sums=('1e37b30e4d18fa4e51f7c446c28c6cd862f7f1bf91122d058d2b0eb872b65bb59f363a607f0f9234962783e23804225164a084b18bfee405782db8b0245c48af')
+sha512sums=('5386bd1b8952d141b50ef25974c81f1abd0a3a449ac9f494156f9ce048f6a419ab920d98cd009105bdae22c1b0b43ae257ea9b0155b0d92f3cd8f3dbac5837fb')
validpgpkeys=()
package() {