[arch-commits] Commit in kicad/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Mon Jan 3 20:28:09 UTC 2022


    Date: Monday, January 3, 2022 @ 20:28:09
  Author: grawlinson
Revision: 1092557

upgpkg: kicad 6.0.0-5

Merge all library optdepends.

Modified:
  kicad/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-03 20:24:57 UTC (rev 1092556)
+++ PKGBUILD	2022-01-03 20:28:09 UTC (rev 1092557)
@@ -7,7 +7,7 @@
 
 pkgname=kicad
 pkgver=6.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
 arch=('x86_64')
 url='http://kicad.org/'
@@ -15,10 +15,8 @@
 depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
 makedepends=('cmake' 'mesa' 'boost' 'swig')
 optdepends=(
-  'kicad-footprints: for footprint libraries'
-  'kicad-symbols: for schematic symbols'
-  'kicad-packages3d: for 3D models of components'
-  'kicad-templates: for project templates & worksheets'
+  'kicad-library: for footprints, symbols and templates'
+  'kicad-library-3d: for 3D models of components'
 )
 source=(
   "https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.bz2"



More information about the arch-commits mailing list