summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2017-09-29 13:16:49 +0200
committerKristian Gunstone2017-09-29 13:16:49 +0200
commitfb0c06a154632cbb1680256c460e85a727d9e9d7 (patch)
treea1ac40efe137fd40b465ab1ba928b9aa52310375
parent01fcb876370786d48cf6d0be9666acdc392837ba (diff)
downloadaur-fb0c06a154632cbb1680256c460e85a727d9e9d7.tar.gz
Bump to 21.08. Also fix a bug where the i686 download path was incorrect in the previous package version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad7ebf9bc2c..8d9effe0c4f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cura-aleph-bin
pkgdesc = A full 3D printing solution aimed at RepRaps and the Ultimaker. This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers.
- pkgver = 21.06
+ pkgver = 21.08
pkgrel = 1
url = https://www.lulzbot.com/cura
arch = i686
@@ -19,9 +19,9 @@ pkgbase = cura-aleph-bin
conflicts = cura-git
conflicts = cura-old
conflicts = cura-not-so-old
- source = http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/cura_21.06-f73e_amd64.deb
+ source = http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/cura_21.08-f2748_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = 085c8f18415d0f1a557ff5905bd1984013386632
+ sha1sums = 9fcb09122d1eb0f5b596f6208c0ad0b8486bbee3
sha1sums = a6010f8e88b7d02900b5a2eb7f9f9fa2c50f7d57
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1441428f7e2..316c7e2786db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# A specific version of CuraEngine is bundled with Aleph's Cura, and so it also
# comes with this package.
pkgname=cura-aleph-bin
-pkgver=21.06
+pkgver=21.08
pkgrel=1
pkgdesc="A full 3D printing solution aimed at RepRaps and the Ultimaker.
This is the Aleph Objects fork, specialized for the Lulzbot series of 3D printers."
@@ -29,19 +29,19 @@ conflicts=('cura'
# It seems the two pages are currently not in sync, with the alephobjects.com
# being a bit ahead of the curve..
#_aleph_url_root="http://download.lulzbot.com/Software/Cura/Packages/Cura_${pkgver}"
-_aleph_url_root="http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64"
-_aleph_signature="f73e" # Version-specific signature; part of the filename
+_aleph_url_root="http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-"
+_aleph_signature="f2748" # Version-specific signature; part of the filename
# Sha1sums verified against:
# http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/Packages
# http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-i386/Packages
if [ "$CARCH" == x86_64 ]; then
- source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('085c8f18415d0f1a557ff5905bd1984013386632')
+ source+=(${_aleph_url_root}amd64/cura_${pkgver}-${_aleph_signature}_amd64.deb)
+ sha1sums+=('9fcb09122d1eb0f5b596f6208c0ad0b8486bbee3')
elif [ "$CARCH" == i686 ]; then
- source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('46fef86a1da902880807fbe4c334d23dcadf98c9')
+ source+=(${_aleph_url_root}i386/cura_${pkgver}-${_aleph_signature}_i386.deb)
+ sha1sums+=('28040ef2f227793764a87f0a26f9842398cd1853')
fi
source+=(arch_aleph_patch.diff)