[arch-commits] Commit in arduino-avr-core/trunk (PKGBUILD platform.patch)

NicoHood nicohood at archlinux.org
Tue Oct 9 13:52:59 UTC 2018


    Date: Tuesday, October 9, 2018 @ 13:52:58
  Author: nicohood
Revision: 391554

upgpkg: arduino-avr-core 1.6.23-1

Modified:
  arduino-avr-core/trunk/PKGBUILD
  arduino-avr-core/trunk/platform.patch

----------------+
 PKGBUILD       |    8 ++++----
 platform.patch |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-09 13:52:58 UTC (rev 391553)
+++ PKGBUILD	2018-10-09 13:52:58 UTC (rev 391554)
@@ -2,11 +2,11 @@
 # PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
 
 pkgname=arduino-avr-core
-pkgver=1.6.20
+pkgver=1.6.23
 pkgrel=1
 pkgdesc="Arduino AVR core with upstream avr-gcc and avrdude"
 arch=('any')
-url="https://github.com/arduino/Arduino"
+url="https://github.com/arduino/ArduinoCore-avr"
 license=('GPL')
 depends=('avrdude' 'avr-gcc' 'avr-libc')
 options=(!strip !emptydirs)
@@ -13,9 +13,9 @@
 source=("https://downloads.arduino.cc/cores/avr-${pkgver}.tar.bz2"
         "https://downloads.arduino.cc/cores/avr-${pkgver}.tar.bz2.asc"
         "platform.patch")
-sha512sums=('a70b5cff026afcfe61e7e659eee469488da8e68eea1854546a84b6dda811c8f1af793c76ba3f9fc6ed9232837dd68f948455d8752ec66b3e9b16269fc9071a42'
+sha512sums=('70ff70446bfc0f036f7a2927e8e53861e60225a0a6c1eb993557278ec79b8337f3a5ee6fd6f6d200744d80104efb1783332eb8d6d53c9f1b6ea6dc3054d78fd4'
             'SKIP'
-            '306c121028a6e82f1b4e8a801776af14519741b1a657c23f755ad1e1b4c3b50db1e64b512c7e476f74f9331a2fbc31035134609e6af28b1beb4a75db5154b611')
+            '34bdd71d8796682ddd1a57e4ef38b2dc4557656f32528af3caa96e6d6f803b6982b9edf044294c2af9478c5ca3dbb6567faa6d24aa97228173e38f7a139b3b68')
 validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages <support at arduino.cc>
 
 prepare()

Modified: platform.patch
===================================================================
--- platform.patch	2018-10-09 13:52:58 UTC (rev 391553)
+++ platform.patch	2018-10-09 13:52:58 UTC (rev 391554)
@@ -7,7 +7,7 @@
 
 -name=Arduino AVR Boards
 +name=Arch Linux Arduino AVR Boards
- version=1.6.16
+ version=1.6.23
 
  # AVR compile variables
 @@ -18,14 +18,14 @@
@@ -22,8 +22,8 @@
  compiler.c.elf.cmd=avr-gcc
  compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD
  compiler.cpp.cmd=avr-g++
--compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto
-+compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -fno-devirtualize -fno-use-cxa-atexit
+-compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto
++compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -fno-devirtualize -fno-use-cxa-atexit
  compiler.ar.cmd=avr-gcc-ar
  compiler.ar.flags=rcs
  compiler.objcopy.cmd=avr-objcopy



More information about the arch-commits mailing list