Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
fluidd
Commits:
27ff99bc by Maxime Gauduin at 2023-10-16T21:57:24+02:00
upgpkg: 1.26.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fluidd
pkgdesc = A free and open-source Klipper web interface for managing
your 3d printer
- pkgver = 1.25.3
- pkgrel = 2
+ pkgver = 1.26.0
+ pkgrel = 1
url = https://docs.fluidd.xyz/
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = fluidd
makedepends = nodejs-lts-hydrogen
makedepends = npm
optdepends = ustreamer: webcam streaming support
- source =
git+https://github.com/fluidd-core/fluidd.git#tag=26d94c8c643dcb659e594ea5dbe0933da1c0c99b
+ source =
git+https://github.com/fluidd-core/fluidd.git#tag=dcad953fbae0cc3ef3a9790b61c8048968563e28
validpgpkeys = 4C717BDC0E452F5B13490409AB4C64C58BA9C3ED
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=fluidd
-pkgver=1.25.3
-pkgrel=2
+
+pkgver=1.26.0
+pkgrel=1
pkgdesc='A free and open-source Klipper web interface for managing your 3d
printer'
arch=(any)
url=https://docs.fluidd.xyz/
@@ -13,7 +14,7 @@ makedepends=(
npm
)
optdepends=('ustreamer: webcam streaming support')
-_tag=26d94c8c643dcb659e594ea5dbe0933da1c0c99b
+_tag=dcad953fbae0cc3ef3a9790b61c8048968563e28
source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas
<[email protected]>
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidd/-/commit/27ff99bc2370e620a1377cae7b9a920ebbae6bd5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidd/-/commit/27ff99bc2370e620a1377cae7b9a920ebbae6bd5
You're receiving this email because of your account on gitlab.archlinux.org.