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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Mar 6 15:57:33 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:57:31
  Author: alucryd
Revision: 1142635

fix build after meson update

Modified:
  pantheon-camera/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 15:57:27 UTC (rev 1142634)
+++ PKGBUILD	2022-03-06 15:57:31 UTC (rev 1142635)
@@ -33,8 +33,13 @@
 )
 _tag=7878707f9a91a6e4b6b2abd3b0498aa22971a3f2
 source=(pantheon-camera::git+https://github.com/elementary/camera.git#tag=${_tag})
-sha256sums=(SKIP)
+b2sums=(SKIP)
 
+prepare() {
+  cd pantheon-camera
+  git cherry-pick -n ead143b7e3246c5fa9bb37c95d491fb07cea9e04
+}
+
 pkgver() {
   cd pantheon-camera
   git describe --tags



More information about the arch-commits mailing list