summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2018-03-06 22:46:28 +0100
committerMichael Lass2018-03-06 22:46:28 +0100
commitc175e3eab6dc4edaf675adb15b1b910930e719dd (patch)
treeba2ba5c8086f63cd0f3e2bebb7ac6634aa592955 /PKGBUILD
parent776f853660282e6f675f223572708171c22ae14b (diff)
downloadaur-c175e3eab6dc4edaf675adb15b1b910930e719dd.tar.gz
Update to 8.6.3
https://eagle-updates.circuits.io/downloads/latest.html is linked as a download source within eagle's update functionality. It seems like Autodesk does not bother to link this anywhere on their own webpage or to list minor releases on the official eagle download page.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60eac1a20085..0c94a1890ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# https://github.com/michaellass/AUR
pkgname=eagle
-pkgver=8.6.0
+pkgver=8.6.3
pkgrel=1
pkgdesc="Powerful suite for schematic capture and printed circuit board design (aka eaglecad)"
arch=('x86_64')
@@ -14,11 +14,14 @@ url="http://www.autodesk.com/products/eagle"
license=('custom')
depends=('desktop-file-utils' 'shared-mime-info')
options=(!emptydirs !strip)
-source=("http://trial2.autodesk.com/NET17SWDLD/2017/EGLPRM/ESD/Autodesk_EAGLE_${pkgver}_English_Linux_64bit.tar.gz"
+source=(# Official source from website
+ # "http://trial2.autodesk.com/NET17SWDLD/2017/EGLPRM/ESD/Autodesk_EAGLE_${pkgver}_English_Linux_64bit.tar.gz"
+ # Minor updates seem to be only distributed via circuits.io
+ "https://eagle-updates.circuits.io/downloads/${pkgver//./_}/Autodesk_EAGLE_${pkgver}_English_Linux_64bit.tar.gz"
"http://download.autodesk.com/us/FY17/Suites/LSA/en-US/lsa.html"
"$pkgname.desktop"
"$pkgname.xml")
-sha256sums=('ae50e3bd5b24a24c838bce3e2d06033b533d68928b1a98d07bc7d60b46250491'
+sha256sums=('759c4b765b7d38fee7874e020cdf4240db647660c7ba0bc71e2d09ea3771ba2a'
'eed1b33943b366f58480e7d57673e4278db215e9d3bdfcece937f3f74ea72cf9'
'40e5a40cea787c0e823946271031744fdd9c755363da97d6dd4bea1eee7ee6b6'
'293ef717030e171903ba555a5c698e581f056d2a33884868018ab2af96a94a06')