Date: Tuesday, June 21, 2022 @ 03:16:45 Author: grawlinson Revision: 1238753
upgpkg: kicad 6.0.6-1 Modified: kicad/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-21 02:24:51 UTC (rev 1238752) +++ PKGBUILD 2022-06-21 03:16:45 UTC (rev 1238753) @@ -6,7 +6,7 @@ # Contributor: Rachel Mant <[email protected]> pkgname=kicad -pkgver=6.0.5 +pkgver=6.0.6 pkgrel=1 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools' arch=('x86_64') @@ -34,7 +34,7 @@ 'kicad-library: for footprints, symbols and templates' 'kicad-library-3d: for 3D models of components' ) -_commit='3d87537dd289a6d04bbee7d5df68c179e7016f91' +_commit='59091ec2636b35ed079395adb0d38738a0d665b9' source=( "$pkgname::git+https://gitlab.com/kicad/code/kicad.git#commit=$_commit" 'fix-archive-permissions.patch' @@ -49,11 +49,13 @@ pkgver() { cd "$pkgname" + git describe --tags | sed "s/^v//" } prepare() { cd "$pkgname" + patch -p1 -i ../fix-archive-permissions.patch patch -p1 -i ../fix-version-string.patch }
