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

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 06:59:06 UTC 2022


    Date: Monday, April 25, 2022 @ 06:59:06
  Author: arojas
Revision: 1189977

CE0BDE71A759A87F23F0F7D8B61DBCE10901C163 key rebuild

Modified:
  buoh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 06:56:29 UTC (rev 1189976)
+++ PKGBUILD	2022-04-25 06:59:06 UTC (rev 1189977)
@@ -4,7 +4,7 @@
 
 pkgname=buoh
 pkgver=0.8.2
-pkgrel=14
+pkgrel=15
 pkgdesc='Online strips comics reader for GNOME'
 arch=('x86_64')
 url='http://buoh.steve-o.org/'
@@ -15,6 +15,11 @@
 source=("git+https://gitlab.gnome.org/GNOME/buoh.git#commit=$_commit")
 sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 39d069ec0bd23e89afab7a69183149bb433ee7bd # Fix build with meson 0.61
+}
+
 build() {
   arch-meson $pkgname build
   meson compile -C build



More information about the arch-commits mailing list