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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Mar 6 15:43:42 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:43:41
  Author: alucryd
Revision: 1142500

fix build after meson update

Modified:
  pantheon-code/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 15:43:33 UTC (rev 1142499)
+++ PKGBUILD	2022-03-06 15:43:41 UTC (rev 1142500)
@@ -42,11 +42,15 @@
 )
 _tag=4a111ecbdc3060b36ef6ffb23510a0f0b52129be
 source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${_tag})
-sha256sums=(SKIP)
+b2sums=(SKIP)
 
+prepare() {
+  cd pantheon-code
+  git cherry-pick -n 4f5bb5118cefb3f37dda8a78a141cde5d81b1227
+}
+
 pkgver() {
   cd pantheon-code
-
   git describe --tags
 }
 



More information about the arch-commits mailing list