development/kicad-doc: Updated for version bzr_20130328.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2013-04-23 20:47:09 -04:00 committed by Niels Horn
parent c62a16f439
commit afe67de41f
4 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@ Additional KiCad documentation and presentations.
Since this documentation package has a separate release time-line,
you may have to specify the version of the installed KiCad package if
it is newer than this documentation package. At the time of writing,
it was "bzr_20120205". To specify another release, run this SlackBuild
it was "bzr_20130325". To specify another release, run this SlackBuild
as follows:
# KICAD_VERSION="bzr_yyyymmdd" ./kicad-doc.SlackBuild

View file

@ -3,7 +3,7 @@
# Slackware build script for kicad-doc
# Additional documentation for KiCad
# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,16 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Revision date: 2012/09/14
# Revision date: 2013/03/29
PRGNAM=kicad-doc
VERSION=${VERSION:-bzr_20120912}
VERSION=${VERSION:-bzr_20130328}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH="noarch"
KICAD_VERSION=${KICAD_VERSION:-bzr_20120521}
KICAD_VERSION=${KICAD_VERSION:-bzr_20130325}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="kicad-doc"
VERSION="bzr_20120912"
VERSION="bzr_20130328"
HOMEPAGE="http://kicad.sourceforge.net/wiki"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-doc-bzr_20120912.tar.bz2"
MD5SUM="4b188c93aedc48fe121693ee3fd6e8f7"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-doc-bzr_20130328.tar.bz2"
MD5SUM="a06a3cbaf608e5484912179fee35eae7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
kicad-doc: kicad-doc (documentation for KiCad EDA Suite)