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

Kyle Keen kkeen at archlinux.org
Sat Mar 11 11:53:16 UTC 2017


    Date: Saturday, March 11, 2017 @ 11:53:15
  Author: kkeen
Revision: 215651

upgpkg: kicad 4.0.6-1

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-11 10:40:38 UTC (rev 215650)
+++ PKGBUILD	2017-03-11 11:53:15 UTC (rev 215651)
@@ -3,14 +3,14 @@
 # Contributor: Marq Schneider <queueRAM at gmail.com>
 
 pkgname=kicad
-pkgver=4.0.5
-pkgrel=3
+pkgver=4.0.6
+pkgrel=1
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('i686' 'x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/"
 url="http://kicad-pcb.org/"
 license=('GPL')
-depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'wxpython')
+depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'wxpython' 'curl')
 makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
 optdepends=('kicad-library: for footprints and symbols'
             'kicad-library-3d: for 3d models of components')
@@ -17,8 +17,8 @@
 source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz"
         "kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz"
         "boost-1.61.patch")
-md5sums=('d599fe87fd0f9ce32db1be76da7a5945'
-         '16e42f905b46af04c5c29ef22337cd4d'
+md5sums=('24eca1f22bbb0a88acbba321a4b1c4aa'
+         '6680338a8b23e7d651bb30cbba04e2b3'
          '56276be014b3719442be10284729a4c3')
 
 prepare() {



More information about the arch-commits mailing list