summaryrefslogtreecommitdiff
path: root/community/kicad/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kicad/PKGBUILD')
-rw-r--r--community/kicad/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/kicad/PKGBUILD b/community/kicad/PKGBUILD
index 15518c6c7..fca285645 100644
--- a/community/kicad/PKGBUILD
+++ b/community/kicad/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 85759 2013-03-06 14:22:48Z kkeen $
+# $Id: PKGBUILD 89177 2013-04-27 13:49:24Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Marq Schneider <queueRAM@gmail.com>
pkgname=kicad
-pkgver=20130226
+pkgver=20130331
_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=3974
-pkgrel=4
+_pkgbzr=4008
+pkgrel=1
pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
arch=('i686' 'x86_64')
url="http://iut-tice.ujf-grenoble.fr/kicad/"
@@ -16,9 +16,9 @@ makedepends=('cmake' 'zlib' 'mesa')
optdepends=('kicad-docs-bzr: for documentation'
'kicad-library-bzr: for footprints')
install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('9b7748efedc355473c72fdb7c37b0500'
+md5sums=('9c88273a5b323b6622d1704a90ffa399'
'a2c39704238946e74a5ed0c38326345f')
build() {