summaryrefslogtreecommitdiff
path: root/community/qucs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qucs/PKGBUILD')
-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/.}