From 400f2a383d4fc8a71674e9809cd398292e17b8d1 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 5 Mar 2023 21:05:43 +0100 Subject: [PATCH] qflipper: update to 1.2.2 32bit has been fixed upstream, so the patch is no longer needed. --- srcpkgs/qflipper/patches/fix-build-32-bit.patch | 10 ---------- srcpkgs/qflipper/template | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 srcpkgs/qflipper/patches/fix-build-32-bit.patch diff --git a/srcpkgs/qflipper/patches/fix-build-32-bit.patch b/srcpkgs/qflipper/patches/fix-build-32-bit.patch deleted file mode 100644 index cd93b8440b40..000000000000 --- a/srcpkgs/qflipper/patches/fix-build-32-bit.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/dfu/device/stm32wb55/infotable.h -+++ b/dfu/device/stm32wb55/infotable.h -@@ -52,6 +52,7 @@ struct FUSDeviceInfoTable - uint32_t reserved2; - uint64_t UID64; - uint16_t deviceID; -+ uint32_t padding_ /* padding for 32 bits build */; - }; - - struct DeviceInfoTable { diff --git a/srcpkgs/qflipper/template b/srcpkgs/qflipper/template index 8970f5f665ef..7e0dfda62c37 100644 --- a/srcpkgs/qflipper/template +++ b/srcpkgs/qflipper/template @@ -1,6 +1,6 @@ # Template file for 'qflipper' pkgname=qflipper -version=1.2.0 +version=1.2.2 revision=1 _nanopb_version=0.4.6 create_wrksrc=yes @@ -15,7 +15,7 @@ license="GPL-3.0-only" homepage="https://flipperzero.one" distfiles="https://github.com/flipperdevices/qFlipper/archive/refs/tags/${version}.tar.gz https://github.com/nanopb/nanopb/archive/refs/tags/${_nanopb_version}.tar.gz" -checksum="d830c9f442e833957431bdd42f5711cb24d64e0d83976e35987cccbe046a3c8c +checksum="486543a66fcf899073972d4f081f89a709a66628d71e9412c74be0a7a1fb79a7 caa97d55fb9c98b4cfa0b069acd9657f706e9629af0baeaefcae0a0e8c4a64d2" post_extract() {