summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2017-05-23 15:34:01 +0200
committerKristian Gunstone2017-05-23 15:34:01 +0200
commit19cf24022da1c6d3da47f4ded15f962cad9ba510 (patch)
treec48c77e8776e7fe5d2cae7f5f9b71a38ac787091
parent48c5abb5b8731e558f5fb18771e754cf1ea9fcb0 (diff)
downloadaur-19cf24022da1c6d3da47f4ded15f962cad9ba510.tar.gz
Bump to 21.04. Change upstream URL to alephobjects.com
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc86902e667a..dde5e174f6f4 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.03
+ pkgver = 21.04
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.lulzbot.com/Software/Cura/Packages/Cura_21.03/cura_21.03-69de_amd64.deb
+ source = http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/cura_21.04-2228_amd64.deb
source = arch_aleph_patch.diff
- sha1sums = 74d88dd0f0700746529f70fb47cf38020715e44c
+ sha1sums = 80ff3a889fa5ece8c6dbd221852416e4a2ffb3de
sha1sums = a6010f8e88b7d02900b5a2eb7f9f9fa2c50f7d57
pkgname = cura-aleph-bin
diff --git a/PKGBUILD b/PKGBUILD
index 15692893973a..3c21731dc855 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.03
+pkgver=21.04
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."
@@ -25,8 +25,12 @@ conflicts=('cura'
'cura-old'
'cura-not-so-old')
-_aleph_url_root="http://download.lulzbot.com/Software/Cura/Packages/Cura_${pkgver}"
-_aleph_signature="69de" # Version-specific signature; part of the filename
+# This uncommented line shows the previously used upstream URL.
+# 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="2228" # Version-specific signature; part of the filename
# Sha1sums verified against:
# http://download.alephobjects.com/ao/aodeb/dists/jessie/main/binary-amd64/Packages
@@ -34,10 +38,10 @@ _aleph_signature="69de" # Version-specific signature; part of the filename
if [ "$CARCH" == x86_64 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_amd64.deb)
- sha1sums+=('74d88dd0f0700746529f70fb47cf38020715e44c')
+ sha1sums+=('80ff3a889fa5ece8c6dbd221852416e4a2ffb3de')
elif [ "$CARCH" == i686 ]; then
source+=(${_aleph_url_root}/cura_${pkgver}-${_aleph_signature}_i386.deb)
- sha1sums+=('ab15c28881c8f52db5636365ef5566dc08da638e')
+ sha1sums+=('c119514cccbf0543a3d0e94c661242801fceaf25')
fi
source+=(arch_aleph_patch.diff)