summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfa4d08c81db..89d567cf846c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
+# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Jared Casper <jaredcasper@gmail.com>
pkgname=magic
-pkgver=8.0.206
+pkgver=8.0.210
pkgrel=1
pkgdesc="A VLSI layout system"
url="http://opencircuitdesign.com/magic/"
@@ -12,7 +13,7 @@ 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=('c153fbde29fcf589a58dc23889ebf064')
+md5sums=('1fb55431045af133676ad55a47762894')
build() {
cd "$srcdir/$pkgname-$pkgver/"