update to 8.1.191

This commit is contained in:
Kyle Keen 2017-11-24 12:05:32 -05:00
parent 77fd8c7c4b
commit 264b5c8e7c
3 changed files with 12 additions and 8 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Fri Feb 12 03:36:07 UTC 2016
# Fri Nov 24 17:05:27 UTC 2017
pkgbase = magic
pkgdesc = A VLSI layout system
pkgver = 8.0.210
pkgver = 8.1.191
pkgrel = 1
url = http://opencircuitdesign.com/magic/
changelog = magic.changelog
@ -15,8 +15,8 @@ pkgbase = magic
depends = libx11
optdepends = mesa: for better graphics
optdepends = blt: to create a tree diagram of the cell hierarchy in a design
source = http://opencircuitdesign.com/magic/archive/magic-8.0.210.tgz
md5sums = 1fb55431045af133676ad55a47762894
source = http://opencircuitdesign.com/magic/archive/magic-8.1.191.tgz
md5sums = 63c651744895421a7c9f6606f39725f8
pkgname = magic

View file

@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Jared Casper <jaredcasper@gmail.com>
pkgname=magic
pkgver=8.0.210
pkgver=8.1.191
pkgrel=1
pkgdesc="A VLSI layout system"
url="http://opencircuitdesign.com/magic/"
@ -11,9 +11,9 @@ depends=('tcl' 'tk' 'libx11')
makedepends=('tcsh')
optdepends=('mesa: for better graphics'
'blt: to create a tree diagram of the cell hierarchy in a design')
changelog=$pkgname.changelog
source=(http://opencircuitdesign.com/magic/archive/$pkgname-$pkgver.tgz)
md5sums=('1fb55431045af133676ad55a47762894')
changelog="$pkgname.changelog"
source=("http://opencircuitdesign.com/magic/archive/$pkgname-$pkgver.tgz")
md5sums=('63c651744895421a7c9f6606f39725f8')
build() {
cd "$srcdir/$pkgname-$pkgver/"

View file

@ -1,3 +1,7 @@
2017-11-24 Kyle Keen <keenerd@gmail.com>
* 8.1.191
- Version bump
2016-02-11 Kyle Keen <keenerd@gmail.com>
* 8.0.210
- Version bump