[arch-commits] Commit in fmt/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Dec 5 17:13:41 UTC 2018


    Date: Wednesday, December 5, 2018 @ 17:13:41
  Author: alucryd
Revision: 341070

upgpkg: fmt 5.2.1-3

Modified:
  fmt/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-05 16:35:21 UTC (rev 341069)
+++ PKGBUILD	2018-12-05 17:13:41 UTC (rev 341070)
@@ -2,7 +2,7 @@
 # Contributor: Mihai Bişog <mihai.bisog at gmail.com>
 pkgname=fmt
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
 url='http://fmtlib.net'
@@ -22,6 +22,12 @@
     rm -rf build
   fi
   mkdir build
+
+  cd fmt
+
+  # backport the pc file
+  git cherry-pick -n 9d0c9c4bb145a286f725cd38c90331eee7addc7f
+  git cherry-pick -n 0835f1ba3b538f4e7603976419d5be8b17394cb5
 }
 
 build() {



More information about the arch-commits mailing list