Date: Saturday, December 24, 2022 @ 01:37:30 Author: grawlinson Revision: 1365363
upgpkg: kicad 6.0.10-1; new upstream release * New upstream release. * Strip Python shared library. Modified: kicad/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-24 00:58:57 UTC (rev 1365362) +++ PKGBUILD 2022-12-24 01:37:30 UTC (rev 1365363) @@ -6,8 +6,8 @@ # Contributor: Rachel Mant <[email protected]> pkgname=kicad -pkgver=6.0.9 -pkgrel=3 +pkgver=6.0.10 +pkgrel=1 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools' arch=('x86_64') url='http://kicad.org/' @@ -35,7 +35,7 @@ 'kicad-library-3d: for 3D models of components' ) options=('debug') -_commit='b29f91cc1569c31a96e7e20541e9f35c1c762cd0' +_commit='38e09789e55844e40d328f030d8d8a84d5c20e41' source=( "$pkgname::git+https://gitlab.com/kicad/code/kicad.git#commit=$_commit" 'fix-archive-permissions.patch' @@ -80,6 +80,9 @@ package() { DESTDIR="$pkgdir" cmake --install build + + local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") + strip "$STRIP_SHARED" "${pkgdir}${site_packages}/_pcbnew.so" } # vim:set ts=2 sw=2 et:
