kicad-footprints: update to 6.0.1

This commit is contained in:
PoroCYon 2022-01-17 01:54:13 +01:00 committed by Érico Nogueira
parent 0ed65f28a2
commit 969adb2b9e

View file

@ -1,6 +1,6 @@
# Template file for 'kicad-footprints'
pkgname=kicad-footprints
version=5.1.11
version=6.0.1
revision=1
build_style=cmake
depends="kicad"
@ -9,9 +9,9 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="CC-BY-SA-4.0"
homepage="http://kicad.org"
distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=320cae2d830cfb4ff50f187f36c9e7c3c1565fbd6ea5b064e98ec44891ea8b9e
checksum=c2b825f346b5eb60faaa7b39c64855c47d80e1ef950e4df08c58e843783bc9a6
post_install() {
# 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
}