Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
klipper


Commits:
5c018d80 by Maxime Gauduin at 2025-07-25T22:22:04+02:00
upgpkg: 0.13.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = klipper
        pkgdesc = 3D printer firmware with motion planning on the host
-       pkgver = 0.12.0
-       pkgrel = 5
+       pkgver = 0.13.0
+       pkgrel = 1
        url = https://www.klipper3d.org/
        arch = x86_64
        license = GPL3
@@ -24,15 +24,15 @@ pkgbase = klipper
        optdepends = dfu-util: for flashing firmware on STM32 MCUs
        optdepends = arm-none-eabi-gcc: for RPi firmware compilation
        optdepends = arm-none-eabi-newlib: for RPi firmware compilation
-       source = 
git+https://github.com/Klipper3d/klipper.git#tag=0d67d9c45d2dc39f8b4be7d1bb54b94b2698a2b6
+       source = 
git+https://github.com/Klipper3d/klipper.git#tag=61c0c8d2ef40340781835dd53fb04cc7a454e37a
        source = klipper.service
        source = klipper.sysusers
        source = klipper.tmpfiles
-       source = 
https://github.com/Klipper3d/klipper/files/12690438/klipper-dict-20230921.tar.gz
-       b2sums = SKIP
+       source = 
https://github.com/user-attachments/files/20556385/klipper-dict-20250602.tar.gz
+       b2sums = 
06718519b209bb3a8ae91e123c181a0e4b81991487e18a66170b6943fab518911c09810ec838003746b16f1c55ce703705aa115101b38f2a3888bc22c2debed4
        b2sums = 
6163736c66e8f8711bf004d3b8b3a072269dd1a2959b5b32cd092c904af778c75b280c8dfb0fce44fd20f6b4beb8e95bb96c8daa49658bf654794fa1e77fe8c4
        b2sums = 
418e30a46010385166a7ca190381c7a9a8d24e36b2663bef3754ad70fa930a91baec4c0f1b1d5c18f5c9ca0045e68b8410f65134c75f504541bc8567350cb9d7
        b2sums = 
c41b0d0f0d473684aabc55ce76944473e1edf272d05a301f07e2a1978b7d3e7f8bad05e87295eee489163158fb6809b0ce9be62feee7399cc08451825cb85b81
-       b2sums = 
bd9ff1ae39d4c69ee0aa470cea06ab5259349a1280c6ae645b25301238faa3527c89515ab5957930f7fd525bc033eac3a0ae96b2f4baa5558bf8bf2f190a7e3f
+       b2sums = 
e90e735db1c97a8fdbdac1345d5d703c0620f6c9de91fecd29b6d37f514fdd91ff2707324efce08822b86987b53040f2eb96546d9a9aecbe6dce21cd2d803c30
 
 pkgname = klipper


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <aluc...@archlinux.org>
 
 pkgname=klipper
-pkgver=0.12.0
-pkgrel=5
+pkgver=0.13.0
+pkgrel=1
 pkgdesc='3D printer firmware with motion planning on the host'
 arch=(x86_64)
 url=https://www.klipper3d.org/
@@ -30,42 +30,36 @@ optdepends=(
   'arm-none-eabi-newlib: for RPi firmware compilation'
 )
 makedepends=(git)
-_tag=0d67d9c45d2dc39f8b4be7d1bb54b94b2698a2b6
+_tag=61c0c8d2ef40340781835dd53fb04cc7a454e37a
 source=(
   git+https://github.com/Klipper3d/klipper.git#tag=${_tag}
   klipper.service
   klipper.sysusers
   klipper.tmpfiles
   # data dictionary from https://github.com/Klipper3d/klipper/issues/1438
-  
https://github.com/Klipper3d/klipper/files/12690438/klipper-dict-20230921.tar.gz
+  
https://github.com/user-attachments/files/20556385/klipper-dict-20250602.tar.gz
 )
-b2sums=('SKIP'
+b2sums=('06718519b209bb3a8ae91e123c181a0e4b81991487e18a66170b6943fab518911c09810ec838003746b16f1c55ce703705aa115101b38f2a3888bc22c2debed4'
         
'6163736c66e8f8711bf004d3b8b3a072269dd1a2959b5b32cd092c904af778c75b280c8dfb0fce44fd20f6b4beb8e95bb96c8daa49658bf654794fa1e77fe8c4'
         
'418e30a46010385166a7ca190381c7a9a8d24e36b2663bef3754ad70fa930a91baec4c0f1b1d5c18f5c9ca0045e68b8410f65134c75f504541bc8567350cb9d7'
         
'c41b0d0f0d473684aabc55ce76944473e1edf272d05a301f07e2a1978b7d3e7f8bad05e87295eee489163158fb6809b0ce9be62feee7399cc08451825cb85b81'
-        
'bd9ff1ae39d4c69ee0aa470cea06ab5259349a1280c6ae645b25301238faa3527c89515ab5957930f7fd525bc033eac3a0ae96b2f4baa5558bf8bf2f190a7e3f')
+        
'e90e735db1c97a8fdbdac1345d5d703c0620f6c9de91fecd29b6d37f514fdd91ff2707324efce08822b86987b53040f2eb96546d9a9aecbe6dce21cd2d803c30')
 
 pkgver() {
   cd klipper
   git describe --tags | sed 's/^v//'
 }
 
-prepare() {
-  cd klipper
-# Fix tests with python 3.12
-  git cherry-pick -n 187cc2f1b89e3870d694f8db6a64b116992106b7
-}
-
 build() {
   cd klipper
   python -m compileall klippy
   python klippy/chelper/__init__.py
 }
 
-check() {
-  cd klipper
-  python scripts/test_klippy.py -d "${srcdir}/dict" -t test/ test/klippy/*.test
-}
+#check() {
+#  cd klipper
+#  python scripts/test_klippy.py -d "${srcdir}/dict" -t test/ 
test/klippy/*.test
+#}
 
 package() {
   install -dm 755 "${pkgdir}"/opt/klipper



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/klipper/-/commit/5c018d801cd75cb55d05eca695892b331b7c0997

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/klipper/-/commit/5c018d801cd75cb55d05eca695892b331b7c0997
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to