Date: Friday, July 15, 2022 @ 11:38:42 Author: alucryd Revision: 1252917
upgpkg: fluidd 1.19.0-1 Modified: fluidd/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-15 11:34:36 UTC (rev 1252916) +++ PKGBUILD 2022-07-15 11:38:42 UTC (rev 1252917) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=fluidd -pkgver=1.18.2 +pkgver=1.19.0 pkgrel=1 pkgdesc='A free and open-source Klipper web interface for managing your 3d printer' arch=(any) @@ -13,11 +13,16 @@ npm ) optdepends=('ustreamer: webcam streaming support') -_tag=e3b763e715ae96df54c758a448293f97eadc990a -source=(git+https://github.com/fluidd-core/fluidd.git?signed#tag=${_tag}) +_tag=6184c7398b92dee916b94cd2114bce4ec5414038 +source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag}) validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas <[email protected]> -b2sums=('SKIP') +b2sums=(SKIP) +pkgver() { + cd fluidd + git describe --tags | sed 's/^v//' +} + build() { cd fluidd npm install --frozen-lockfile
