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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Mar 6 15:54:11 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:54:11
  Author: alucryd
Revision: 1142594

fix build after meson update

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 15:54:09 UTC (rev 1142593)
+++ PKGBUILD	2022-03-06 15:54:11 UTC (rev 1142594)
@@ -25,11 +25,15 @@
 groups=(pantheon)
 _tag=7b6dc14405fc2c8671c0afa140bab4a8f906fb07
 source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${_tag})
-sha256sums=(SKIP)
+b2sums=(SKIP)
 
+prepare() {
+  cd pantheon-terminal
+  git cherry-pick -n 15e3ace08cb25e53941249fa1ee680a1e2f871b4
+}
+
 pkgver() {
   cd pantheon-terminal
-
   git describe --tags
 }
 



More information about the arch-commits mailing list