summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO45
1 files changed, 26 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b62053be84..770c18ec9211 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,39 +1,46 @@
pkgbase = klipper-git
pkgdesc = 3D printer firmware with motion planning on the host
- pkgver = r2786.c36fe76d
+ pkgver = r4940.e2d7c5981
pkgrel = 1
- url = https://github.com/KevinOConnor/klipper
+ url = https://www.klipper3d.org/
+ install = klipper.install
arch = x86_64
arch = i686
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPLv3
+ license = GPL3
makedepends = git
- depends = python2-cffi
- depends = python2-pyserial
- depends = python2-greenlet
- depends = python2-jinja
- depends = ncurses
+ depends = python-cffi
+ depends = python-pyserial
+ depends = python-greenlet
+ depends = python-jinja
+ depends = python-can
depends = libusb
- depends = avrdude
- depends = avr-gcc
- depends = avr-binutils
- depends = avr-libc
+ optdepends = ncurses: for choosing compilation config
+ optdepends = avrdude: for flashing firmware on AVR MCU
+ optdepends = stm32flash: for flashing firmware on STM MCU
+ optdepends = avr-gcc: for AVR MCU firmware compilation
+ optdepends = avr-binutils: for AVR MCU firmware compilation
+ optdepends = avr-libc: for AVR MCU firmware compilation
+ optdepends = python-numpy: for resonance measurement
+ optdepends = python-matplotlib: for resonance measurement
+ optdepends = dfu-util: for flashing firmware on STM32 MCUs
provides = klipper
conflicts = klipper
- source = git+https://github.com/KevinOConnor/klipper#branch=master
+ backup = etc/klipper/klipper.cfg
+ backup = usr/lib/klipper/.config
+ source = klipper::git+https://github.com/Klipper3d/klipper
source = klipper.service
source = sysusers.conf
source = tmpfiles.conf
md5sums = SKIP
- md5sums = f2f72237af98e80fe8fdb6332f089261
- md5sums = 61912d101dc7c68c7314882b80621454
- md5sums = dd799b9d55045d950d407740d4a9a5c5
- optdepends_x86_64 = arm-none-eabi-gcc: for ARM MCU firmware compilation
+ md5sums = 4ccfb9669d304b99146b92a4912ae1fd
+ md5sums = cf3715af9f53cc1660e412abe3697342
+ md5sums = d707e8986ed6cf189461f03bdaf365aa
optdepends_x86_64 = arm-none-eabi-newlib: for ARM MCU firmware compilation
- optdepends_x86_64 = stm32flash: for flashing firmware on STM MCU
+ optdepends_x86_64 = arm-none-eabi-gcc: for ARM MCU firmware compilation
+ optdepends_x86_64 = arm-none-eabi-binutils: for ARM MCU firmware compilation
pkgname = klipper-git
-