Rebuild c++utilities and related Git packages to fix build issue

See aa4be0ef70
This commit is contained in:
Martchus 2022-08-09 21:28:36 +02:00
parent dce2e2c900
commit 81358482a3
3 changed files with 9 additions and 5 deletions

View File

@ -6,7 +6,7 @@
_reponame=cpp-utilities _reponame=cpp-utilities
pkgname=c++utilities pkgname=c++utilities
pkgver=5.18.0 pkgver=5.18.0
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities' pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities'
license=('GPL') license=('GPL')
@ -16,11 +16,15 @@ makedepends=('cmake' 'ninja')
checkdepends=('cppunit') checkdepends=('cppunit')
provides=(libc++utilities.so) provides=(libc++utilities.so)
url="https://github.com/Martchus/${_reponame}" url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz"
sha256sums=('8c194160bf3ff6548741fc8ca4c7378694763a12256eeb59da8e15c01a0681fd') https://github.com/Martchus/cpp-utilities/commit/aa4be0ef70cf697bafc3c5a1df409067505d91e6.patch)
sha256sums=('8c194160bf3ff6548741fc8ca4c7378694763a12256eeb59da8e15c01a0681fd'
'4f594735749a2bfcd7cc421928bfc7039ed914d985dbdf81b6d8264f8afa6cb1')
prepare() { prepare() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
patch -p1 -i "$srcdir"/aa4be0ef70cf697bafc3c5a1df409067505d91e6.patch
} }
build() { build() {

View File

@ -8,7 +8,7 @@ _pkgver_forkawesome=1.2.0
_reponame_forkawesome=Fork-Awesome-$_pkgver_forkawesome _reponame_forkawesome=Fork-Awesome-$_pkgver_forkawesome
pkgname=qtforkawesome-git pkgname=qtforkawesome-git
_name=${pkgname%-git} _name=${pkgname%-git}
pkgver=44.d6293b7 pkgver=46.1c92ea5
pkgrel=2 pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Library that bundles ForkAwesome for use within Qt applications' pkgdesc='Library that bundles ForkAwesome for use within Qt applications'

View File

@ -25,7 +25,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray _reponame=syncthingtray
pkgname=syncthingtray-git pkgname=syncthingtray-git
_name=${pkgname%-git} _name=${pkgname%-git}
pkgver=1276.0865d11 pkgver=1298.14c4aa6
pkgrel=2 pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing' pkgdesc='Tray application for Syncthing'