This commit is contained in:
Kyle Keen 2019-07-19 00:20:23 -04:00
parent 264b5c8e7c
commit c33517b889
3 changed files with 14 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Fri Nov 24 17:05:27 UTC 2017
# Fri Jul 19 04:20:21 UTC 2019
pkgbase = magic
pkgdesc = A VLSI layout system
pkgver = 8.1.191
pkgver = 8.2.126
pkgrel = 1
url = http://opencircuitdesign.com/magic/
changelog = magic.changelog
@ -14,9 +14,11 @@ pkgbase = magic
depends = tk
depends = libx11
optdepends = mesa: for better graphics
optdepends = cairo: for better graphics
optdepends = glu: 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.1.191.tgz
md5sums = 63c651744895421a7c9f6606f39725f8
source = http://opencircuitdesign.com/magic/archive/magic-8.2.126.tgz
md5sums = 8d79747c9156f7bd9136c4f3a11a8f94
pkgname = magic

View file

@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Jared Casper <jaredcasper@gmail.com>
pkgname=magic
pkgver=8.1.191
pkgver=8.2.126
pkgrel=1
pkgdesc="A VLSI layout system"
url="http://opencircuitdesign.com/magic/"
@ -10,10 +10,12 @@ license=('custom:copyright')
depends=('tcl' 'tk' 'libx11')
makedepends=('tcsh')
optdepends=('mesa: for better graphics'
'cairo: for better graphics'
'glu: 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=('63c651744895421a7c9f6606f39725f8')
md5sums=('8d79747c9156f7bd9136c4f3a11a8f94')
build() {
cd "$srcdir/$pkgname-$pkgver/"

View file

@ -1,3 +1,7 @@
2019-07-19 Kyle Keen <keenerd@gmail.com>
* 8.2.126
- Version bump
2017-11-24 Kyle Keen <keenerd@gmail.com>
* 8.1.191
- Version bump