From 81358482a3fb54a623ee2b8d3a722b840ab10ec5 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 9 Aug 2022 21:28:36 +0200 Subject: [PATCH] Rebuild c++utilities and related Git packages to fix build issue See https://github.com/Martchus/cpp-utilities/commit/aa4be0ef70cf697bafc3c5a1df409067505d91e6 --- c++utilities/default/PKGBUILD | 10 +++++++--- qtforkawesome/git/PKGBUILD | 2 +- syncthingtray/git/PKGBUILD | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index 32f2c37a..46f946d9 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -6,7 +6,7 @@ _reponame=cpp-utilities pkgname=c++utilities pkgver=5.18.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities' license=('GPL') @@ -16,11 +16,15 @@ makedepends=('cmake' 'ninja') checkdepends=('cppunit') provides=(libc++utilities.so) url="https://github.com/Martchus/${_reponame}" -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('8c194160bf3ff6548741fc8ca4c7378694763a12256eeb59da8e15c01a0681fd') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz" + https://github.com/Martchus/cpp-utilities/commit/aa4be0ef70cf697bafc3c5a1df409067505d91e6.patch) +sha256sums=('8c194160bf3ff6548741fc8ca4c7378694763a12256eeb59da8e15c01a0681fd' + '4f594735749a2bfcd7cc421928bfc7039ed914d985dbdf81b6d8264f8afa6cb1') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" + + patch -p1 -i "$srcdir"/aa4be0ef70cf697bafc3c5a1df409067505d91e6.patch } build() { diff --git a/qtforkawesome/git/PKGBUILD b/qtforkawesome/git/PKGBUILD index cdd0220a..49aeb622 100644 --- a/qtforkawesome/git/PKGBUILD +++ b/qtforkawesome/git/PKGBUILD @@ -8,7 +8,7 @@ _pkgver_forkawesome=1.2.0 _reponame_forkawesome=Fork-Awesome-$_pkgver_forkawesome pkgname=qtforkawesome-git _name=${pkgname%-git} -pkgver=44.d6293b7 +pkgver=46.1c92ea5 pkgrel=2 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Library that bundles ForkAwesome for use within Qt applications' diff --git a/syncthingtray/git/PKGBUILD b/syncthingtray/git/PKGBUILD index 6790f692..ce2d97b6 100644 --- a/syncthingtray/git/PKGBUILD +++ b/syncthingtray/git/PKGBUILD @@ -25,7 +25,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1} _reponame=syncthingtray pkgname=syncthingtray-git _name=${pkgname%-git} -pkgver=1276.0865d11 +pkgver=1298.14c4aa6 pkgrel=2 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing'