kicad-footprints: update to 5.1.8.
This commit is contained in:
parent
aec3517243
commit
5223f0ed02
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kicad-footprints'
|
# Template file for 'kicad-footprints'
|
||||||
pkgname=kicad-footprints
|
pkgname=kicad-footprints
|
||||||
version=5.1.7
|
version=5.1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
depends="kicad"
|
depends="kicad"
|
||||||
|
@ -8,5 +8,10 @@ short_desc="Kicad footprint libraries"
|
||||||
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
||||||
license="CC-BY-SA-4.0"
|
license="CC-BY-SA-4.0"
|
||||||
homepage="http://kicad-pcb.org"
|
homepage="http://kicad-pcb.org"
|
||||||
distfiles="https://github.com/kicad/kicad-footprints/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2720e009285fbafa44216417c71d438833398ccb4a23d9c6cce86170983817fa
|
checksum=31c3676d71139259f1cc67b3a0254ec8a8659d35f2c51a273f5de542c651a819
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# otherwise KiCad will complain about a missing library when launched
|
||||||
|
touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue