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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Mar 6 15:47:14 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:47:13
  Author: alucryd
Revision: 1142530

fix build after meson update

Modified:
  capnet-assist/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 15:47:11 UTC (rev 1142529)
+++ PKGBUILD	2022-03-06 15:47:13 UTC (rev 1142530)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=capnet-assist
-pkgver=2.3.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Captive Portal Assistant'
 arch=(x86_64)
@@ -24,10 +24,15 @@
   meson
   vala
 )
-_tag=83721840ccb6dc1080cbac85ec7f87a051d198fc
+_tag=d48d9f82381401fcd914510525dad15abd557533
 source=(git+https://github.com/elementary/capnet-assist.git#tag=${_tag})
-sha256sums=('SKIP')
+b2sums=(SKIP)
 
+prepare() {
+  cd capnet-assist
+  git cherry-pick -n 0e77bf8023ba1b35e3a5badb72c246cabf6552b9
+}
+
 pkgver() {
   cd capnet-assist
   git describe --tags



More information about the arch-commits mailing list