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


Commits:
937bf784 by Maxime Gauduin at 2023-12-20T20:42:03+01:00
fix dictionary source

- - - - -


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 = 1
+       pkgrel = 2
        url = https://www.klipper3d.org/
        arch = x86_64
        license = GPL3
@@ -26,11 +26,11 @@ pkgbase = klipper
        source = klipper.service
        source = klipper.sysusers
        source = klipper.tmpfiles
-       source = 
klipper-dict.tar.gz::https://github.com/Klipper3d/klipper/files/12690438/klipper-dict-20230921.tar.gz
+       source = 
https://github.com/Klipper3d/klipper/files/12690438/klipper-dict-20230921.tar.gz
        b2sums = SKIP
        b2sums = 
6163736c66e8f8711bf004d3b8b3a072269dd1a2959b5b32cd092c904af778c75b280c8dfb0fce44fd20f6b4beb8e95bb96c8daa49658bf654794fa1e77fe8c4
        b2sums = 
418e30a46010385166a7ca190381c7a9a8d24e36b2663bef3754ad70fa930a91baec4c0f1b1d5c18f5c9ca0045e68b8410f65134c75f504541bc8567350cb9d7
        b2sums = 
c41b0d0f0d473684aabc55ce76944473e1edf272d05a301f07e2a1978b7d3e7f8bad05e87295eee489163158fb6809b0ce9be62feee7399cc08451825cb85b81
-       b2sums = 
7cbcbbf5815e6449c213db0ac996526244a8d6d9225ce4548d6a8888714aee16414577cfe78ec82884053872f041e8d794b465e005c7c02aca91b1c74cb5d0ba
+       b2sums = 
bd9ff1ae39d4c69ee0aa470cea06ab5259349a1280c6ae645b25301238faa3527c89515ab5957930f7fd525bc033eac3a0ae96b2f4baa5558bf8bf2f190a7e3f
 
 pkgname = klipper


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=klipper
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='3D printer firmware with motion planning on the host'
 arch=(x86_64)
 url=https://www.klipper3d.org/
@@ -35,13 +35,13 @@ source=(
   klipper.sysusers
   klipper.tmpfiles
   # data dictionary from https://github.com/Klipper3d/klipper/issues/1438
-  
klipper-dict.tar.gz::https://github.com/Klipper3d/klipper/files/12690438/klipper-dict-20230921.tar.gz
+  
https://github.com/Klipper3d/klipper/files/12690438/klipper-dict-20230921.tar.gz
 )
 b2sums=('SKIP'
         
'6163736c66e8f8711bf004d3b8b3a072269dd1a2959b5b32cd092c904af778c75b280c8dfb0fce44fd20f6b4beb8e95bb96c8daa49658bf654794fa1e77fe8c4'
         
'418e30a46010385166a7ca190381c7a9a8d24e36b2663bef3754ad70fa930a91baec4c0f1b1d5c18f5c9ca0045e68b8410f65134c75f504541bc8567350cb9d7'
         
'c41b0d0f0d473684aabc55ce76944473e1edf272d05a301f07e2a1978b7d3e7f8bad05e87295eee489163158fb6809b0ce9be62feee7399cc08451825cb85b81'
-        
'7cbcbbf5815e6449c213db0ac996526244a8d6d9225ce4548d6a8888714aee16414577cfe78ec82884053872f041e8d794b465e005c7c02aca91b1c74cb5d0ba')
+        
'bd9ff1ae39d4c69ee0aa470cea06ab5259349a1280c6ae645b25301238faa3527c89515ab5957930f7fd525bc033eac3a0ae96b2f4baa5558bf8bf2f190a7e3f')
 
 pkgver() {
   cd klipper
@@ -54,10 +54,10 @@ build() {
   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/937bf784f19f041c6c484f05fb2fab84041ce1ee

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


Reply via email to