Date: Tuesday, January 3, 2023 @ 18:01:02
  Author: alucryd
Revision: 465361

fmt 9.1.0-3: cherry-pick a hip workaround

Modified:
  fmt/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-03 16:34:18 UTC (rev 465360)
+++ PKGBUILD    2023-01-03 18:01:02 UTC (rev 465361)
@@ -3,7 +3,7 @@
 
 pkgname=fmt
 pkgver=9.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
 url=https://fmt.dev
@@ -34,6 +34,7 @@
 prepare() {
   cd fmt
   patch -Np1 -i ../fmt-no-pip-no-virtualenv.patch
+  git cherry-pick -n 0b0f7cfbfcebd021c910078003d413354bd843e2 # hip workaround
 }
 
 pkgver() {

Reply via email to