kicad-footprints: update to 6.0.1
This commit is contained in:
parent
0ed65f28a2
commit
969adb2b9e
1 changed files with 3 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.11
|
version=6.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
depends="kicad"
|
depends="kicad"
|
||||||
|
@ -9,9 +9,9 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
||||||
license="CC-BY-SA-4.0"
|
license="CC-BY-SA-4.0"
|
||||||
homepage="http://kicad.org"
|
homepage="http://kicad.org"
|
||||||
distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=320cae2d830cfb4ff50f187f36c9e7c3c1565fbd6ea5b064e98ec44891ea8b9e
|
checksum=c2b825f346b5eb60faaa7b39c64855c47d80e1ef950e4df08c58e843783bc9a6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# otherwise KiCad will complain about a missing library when launched
|
# otherwise KiCad will complain about a missing library when launched
|
||||||
touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty
|
touch $DESTDIR/usr/share/kicad/footprints/Connector_Multicomp.pretty/.empty
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue