summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyrozap2016-03-20 21:46:39 -0400
committercyrozap2016-03-20 21:46:39 -0400
commit24a7bea7acfd94c122a1bec4e61838c1940c84b1 (patch)
treeef171f11783790004a24ff161aee3c40ee9e8075 /PKGBUILD
parentb292855315fd9db8f47124388339732a66135b88 (diff)
downloadaur-24a7bea7acfd94c122a1bec4e61838c1940c84b1.tar.gz
Added experimental support for armv6h and armv7h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d98e2f016fc..5a969173cce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,19 @@ pkgname=digilent.waveforms
pkgver=3.2.6
pkgrel=1
pkgdesc="Digilent WaveForms Application, Runtime and SDK"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://reference.digilentinc.com/waveforms3"
license=('custom')
depends=('desktop-file-utils' 'qt5-script' 'shared-mime-info' 'xdg-utils')
optdepends=('digilent.adept.runtime: Digilent hardware support')
options=('!strip')
install=${pkgname}.install
+source_armv6h=("https://files.digilent.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")
+sha256sums_armv6h=('3e428e4b04b5b9ca9100211d0c7450f6c549b3038b6b59fda316fa184e67b04b')
+sha256sums_armv7h=($sha256sums_armv6h)
sha256sums_i686=('f71d20fb694808bfb64c8b0b456aae15fda212be96a87da23e7e3b6d2c9cfc12')
sha256sums_x86_64=('bf93ea414cb5ed201bc018c2e47adc9d5e963af9c22446ab6042f2926198ecf1')