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

Filipe Laíns ffy00 at archlinux.org
Fri Jul 10 21:49:07 UTC 2020


    Date: Friday, July 10, 2020 @ 21:49:07
  Author: ffy00
Revision: 663214

upgpkg: pcbdraw 0.4.0-2 (add missing kicad dependency)

needed for the pcbnew module

Modified:
  pcbdraw/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-10 21:48:46 UTC (rev 663213)
+++ PKGBUILD	2020-07-10 21:49:07 UTC (rev 663214)
@@ -3,12 +3,12 @@
 _pkgname=PcbDraw
 pkgname=pcbdraw
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Convert your KiCAD board into a nice looking 2D drawing suitable for pinout diagrams'
 arch=('any')
 url='https://github.com/yaqwsx/PcbDraw'
 license=('MIT')
-depends=('python' 'python-numpy' 'python-lxml' 'python-mistune' 'python-pybars3' 'python-wand' 'python-pyaml')
+depends=('python' 'kicad' 'python-numpy' 'python-lxml' 'python-mistune' 'python-pybars3' 'python-wand' 'python-pyaml')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha512sums=('81077e62e1dc308dae80641c8852b6e0e09c44fd047bde609fd6e3683b4a4114f27e91bacdff451b4907ba1d621ba17d4a863087139b44bf4e80e0a979117207')



More information about the arch-commits mailing list