summaryrefslogtreecommitdiff
path: root/community/qucs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-14 01:49:21 -0700
committerroot <root@rshg054.dnsready.net>2013-07-14 01:49:21 -0700
commitd525d9a731f5d79c1128a192b9d2977a2967570f (patch)
tree2a17d6445748cb26dd944abe54a2c52a96162b00 /community/qucs
parentc9952f3a144d9fb19917d7c100dca30d2d99f629 (diff)
Sun Jul 14 01:49:07 PDT 2013
Diffstat (limited to 'community/qucs')
-rw-r--r--community/qucs/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/qucs/PKGBUILD b/community/qucs/PKGBUILD
index c8063a13f..f97ac5164 100644
--- a/community/qucs/PKGBUILD
+++ b/community/qucs/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 92667 2013-06-11 16:18:02Z spupykin $
+# $Id: PKGBUILD 94064 2013-07-13 14:17:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Víctor Martínez Romanos <vmromanos@gmail.com>
pkgname=qucs
-pkgver=0.0.17s130610
+pkgver=0.0.17
pkgrel=1
pkgdesc="An integrated circuit simulator with a graphical user interface"
arch=('i686' 'x86_64')
@@ -13,8 +13,9 @@ depends=('gcc-libs' 'qt4')
optdepends=('freehdl: to permit digital circuit simulation'
'asco: to enable circuit optimization'
'perl')
-source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz")
-md5sums=('47dead7df86419bf121d9c1c45f3cdfa')
+#source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz")
+source=("http://downloads.sourceforge.net/project/qucs/qucs/$pkgver/qucs-$pkgver.tar.gz")
+md5sums=('4b93ffcc2ef3dbbd6fa53a5743721532')
build() {
cd $srcdir/$pkgname-${pkgver/s/.}