Date: Tuesday, August 10, 2021 @ 16:30:25 Author: anatolik Revision: 997381
upgpkg: libopencm3 r2768.470a1394-1 Modified: libopencm3/trunk/0001-Revert-Drop-install-target-and-documentation.patch libopencm3/trunk/PKGBUILD ---------------------------------------------------------+ 0001-Revert-Drop-install-target-and-documentation.patch | 9 ++++----- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) Modified: 0001-Revert-Drop-install-target-and-documentation.patch =================================================================== --- 0001-Revert-Drop-install-target-and-documentation.patch 2021-08-10 16:18:27 UTC (rev 997380) +++ 0001-Revert-Drop-install-target-and-documentation.patch 2021-08-10 16:30:25 UTC (rev 997381) @@ -1,4 +1,4 @@ -commit 368ee7b4fc58c3e537300b058d3440ba8d371ce0 +commit 33f456aad9313bfc42e5ae7ef47e7976b0572a71 Author: Anatol Pomozov <[email protected]> Date: Sun Jan 10 18:58:44 2016 -0800 @@ -7,7 +7,7 @@ This reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7. diff --git a/Makefile b/Makefile -index f8fff0b2..ae4af411 100644 +index 20f878fa..97f63933 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,13 @@ PREFIX ?= arm-none-eabi- @@ -24,7 +24,7 @@ TARGETS ?= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 \ stm32/l0 stm32/l1 stm32/l4 \ stm32/g0 stm32/g4 \ -@@ -76,6 +83,21 @@ lib: $(LIB_DIRS) +@@ -80,6 +87,20 @@ lib: $(LIB_DIRS) done; $(Q)[ -f .stamp_failure_tld ] && cat .stamp_failure_tld && exit 1 || true; @@ -40,13 +40,12 @@ + $(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR) + @printf " INSTALL ldscripts\n" + $(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR) -+ $(Q)$(INSTALL) -m 0644 lib/efm32/*/*.ld $(LIBDIR) + + html doc: $(Q)$(MAKE) -C doc html TARGETS="$(TARGETS)" -@@ -121,4 +143,4 @@ genlinktests.clean: +@@ -125,4 +146,4 @@ genlinktests.clean: fi; Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-10 16:18:27 UTC (rev 997380) +++ PKGBUILD 2021-08-10 16:30:25 UTC (rev 997381) @@ -1,8 +1,8 @@ # Maintainer: Filipe LaĆns (FFY00) <[email protected]> pkgname=libopencm3 -_commit=90753950bbe10e87b8caabfb0bd6e1d195bb24b8 -pkgver=r2639.90753950 +_commit=470a1394a838fe308d886f6880b7054bab4aa5eb +pkgver=r2768.470a1394 pkgrel=1 pkgdesc='Open Source firmware library for various ARM Cortex microcontrollers' arch=('any') @@ -14,7 +14,7 @@ source=("git://github.com/libopencm3/libopencm3.git#commit=$_commit" '0001-Revert-Drop-install-target-and-documentation.patch') sha512sums=('SKIP' - '133e599bf8ea66e64225cf16873672ef86a66821ba3d735d7bae5cd356205d4b2f850121e93647c644be0a840764b71bfaa19b25ac8b59d678a45604b8a56540') + '90454277085d38657730970f8cefbd0e9f166486313824e74a144b69917b952dcca5a949699402d90391e4ebeecc6593e644ef3f4088a87999ec2d60840a219e') pkgver() { cd $pkgname
