Date: Monday, December 12, 2022 @ 16:52:17
  Author: alucryd
Revision: 1358854

upgpkg: fluidd 1.22.1-1

Modified:
  fluidd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-12 16:43:46 UTC (rev 1358853)
+++ PKGBUILD    2022-12-12 16:52:17 UTC (rev 1358854)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <[email protected]>
 
 pkgname=fluidd
-pkgver=1.21.1
+pkgver=1.22.1
 pkgrel=1
 pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
 arch=(any)
@@ -13,7 +13,7 @@
   npm
 )
 optdepends=('ustreamer: webcam streaming support')
-_tag=3a80b5f12442601d869544781deaadd04e901881
+_tag=71bec92b265b268d569f66bf47fa6b4bcc920e2f
 source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
 validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 
<[email protected]>
 b2sums=(SKIP)
@@ -26,7 +26,7 @@
 build() {
   cd fluidd
   npm install --frozen-lockfile
-  npx vue-cli-service build
+  npm run build
 }
 
 package() {

Reply via email to