Date: Saturday, July 11, 2020 @ 09:27:25
  Author: nicohood
Revision: 663247

upgpkg: arduino-docs 1.6.6-7

Modified:
  arduino-docs/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-11 09:20:50 UTC (rev 663246)
+++ PKGBUILD    2020-07-11 09:27:25 UTC (rev 663247)
@@ -3,7 +3,7 @@
 
 pkgname=arduino-docs
 pkgver=1.6.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Arduino IDE reference documentation"
 arch=('any')
 url="https://www.arduino.cc/";
@@ -10,11 +10,18 @@
 license=('CCPL')
 options=(!strip)
 source=("https://downloads.arduino.cc/reference-1.6.6-3.zip";
+        "https://downloads.arduino.cc/reference-1.6.6-3.zip.asc";
         "https://downloads.arduino.cc/Galileo_help_files-1.6.2.zip";
-        "https://downloads.arduino.cc/Edison_help_files-1.6.2.zip";)
+        "https://downloads.arduino.cc/Galileo_help_files-1.6.2.zip.asc";
+        "https://downloads.arduino.cc/Edison_help_files-1.6.2.zip";
+        "https://downloads.arduino.cc/Edison_help_files-1.6.2.zip.asc";)
 
sha512sums=('65962322b6dcb15da6c119d47c382052d1183772c855b8e8fcdd108b54e730e2374d93741737f3b51e57288a0e8842a6a7f79dce4377ea3630293e6c3e7e8b73'
+            'SKIP'
             
'411fcfad9e9877078de62c02accd66ed5e44daf2979cad38c12962c22d73412d084670db77d5b50b3a32f35977961943e90d85ac80484f926468aa994f8b107b'
-            
'63d4005036b43f09347814433578e8c75a7af5caa0923516deab146ef0867af4e60aad0c9d5d47870dcec0ddb4e5396363e4312425f95a8d8da8725f77da8f3a')
+            'SKIP'
+            
'63d4005036b43f09347814433578e8c75a7af5caa0923516deab146ef0867af4e60aad0c9d5d47870dcec0ddb4e5396363e4312425f95a8d8da8725f77da8f3a'
+            'SKIP')
+validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages 
<[email protected]>
 
 prepare() {
     # Delete all links to source .zip files
@@ -30,4 +37,8 @@
 
     # Copy docs
     cp -a . "${pkgdir}/usr/share/doc/arduino"
+
+    # Add a symlink to the reference location
+    mkdir -p "${pkgdir}/usr/share/arduino/reference"
+    ln -s /usr/share/doc/arduino "${pkgdir}/usr/share/arduino/reference"
 }

Reply via email to