bCNC: update to 0.9.15
This commit is contained in:
parent
eda80990e0
commit
a4b0bd0d1f
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bCNC'
|
||||
pkgname=bCNC
|
||||
version=0.9.14.307
|
||||
revision=4
|
||||
version=0.9.15
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"
|
||||
|
@ -10,7 +10,8 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/vlachoudis/bCNC"
|
||||
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=005c3f2a0b244abab81dc3f6df2001f530db655165611165e7009e28b94cda5f
|
||||
checksum=7ca77f8914d2da51b4a2bf5db1fe48f52037e59e972769bf48c932fbee2d5ff3
|
||||
make_check=no # all tests require pyautogui, which is not packaged
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/applications
|
||||
|
|
Loading…
Add table
Reference in a new issue