summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2019-01-30 01:21:45 -0600
committercyrozap2019-01-30 01:21:45 -0600
commit5766b4a157e0336c37f6113bd8cf4a996e82e2c4 (patch)
treebfec992a5665c298d296447e7014f706513e9ad4
parent3053bc1203648a6c91bdb922222e4ea2c2ac866c (diff)
downloadaur-5766b4a157e0336c37f6113bd8cf4a996e82e2c4.tar.gz
Use S3 URL to work around issue with expired certificate
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6535c116d457..e1b211633e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,13 +15,13 @@ pkgbase = digilent.waveforms
depends = shared-mime-info
depends = xdg-utils
options = !strip
- source_i686 = https://files.digilent.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_i386.deb
+ source_i686 = https://digilent.s3.amazonaws.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_i386.deb
sha256sums_i686 = e323fd5675300c7e2d4e266f32895d3a7b2b6e5ef3df4ab7bc83dfe95aac33d8
- source_x86_64 = https://files.digilent.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_amd64.deb
+ source_x86_64 = https://digilent.s3.amazonaws.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_amd64.deb
sha256sums_x86_64 = c973f26c6b4938437ee685ae02ee280cd0aeebe2f7cf88cc6fb3d9b423f338bf
- source_armv6h = https://files.digilent.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_armhf.deb
+ source_armv6h = https://digilent.s3.amazonaws.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_armhf.deb
sha256sums_armv6h = d1ed9b55e9db63a618105fc2d922ae74c97f2b5429cbf9edb61b6729ea5b278f
- source_armv7h = https://files.digilent.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_armhf.deb
+ source_armv7h = https://digilent.s3.amazonaws.com/Software/Waveforms2015/3.8.2/digilent.waveforms_3.8.2_armhf.deb
sha256sums_armv7h = d1ed9b55e9db63a618105fc2d922ae74c97f2b5429cbf9edb61b6729ea5b278f
pkgname = digilent.waveforms
diff --git a/PKGBUILD b/PKGBUILD
index e7b5edc02cd3..676ae3b0dda6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ license=('custom')
depends=('desktop-file-utils' 'digilent.adept.runtime' 'qt5-script' 'shared-mime-info' 'xdg-utils')
options=('!strip')
install=${pkgname}.install
-source_armv6h=("https://files.digilent.com/Software/Waveforms2015/${pkgver}/${pkgname}_${pkgver}_armhf.deb")
+source_armv6h=("https://digilent.s3.amazonaws.com/Software/Waveforms2015/${pkgver}/${pkgname}_${pkgver}_armhf.deb")
source_armv7h=($source_armv6h)
-source_i686=("https://files.digilent.com/Software/Waveforms2015/${pkgver}/${pkgname}_${pkgver}_i386.deb")
-source_x86_64=("https://files.digilent.com/Software/Waveforms2015/${pkgver}/${pkgname}_${pkgver}_amd64.deb")
+source_i686=("https://digilent.s3.amazonaws.com/Software/Waveforms2015/${pkgver}/${pkgname}_${pkgver}_i386.deb")
+source_x86_64=("https://digilent.s3.amazonaws.com/Software/Waveforms2015/${pkgver}/${pkgname}_${pkgver}_amd64.deb")
sha256sums_armv6h=('d1ed9b55e9db63a618105fc2d922ae74c97f2b5429cbf9edb61b6729ea5b278f')
sha256sums_armv7h=($sha256sums_armv6h)
sha256sums_i686=('e323fd5675300c7e2d4e266f32895d3a7b2b6e5ef3df4ab7bc83dfe95aac33d8')