Date: Wednesday, June 6, 2018 @ 11:30:20
  Author: kkeen
Revision: 341147

upgpkg: ngspice 28-1

Modified:
  ngspice/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-06 10:55:31 UTC (rev 341146)
+++ PKGBUILD    2018-06-06 11:30:20 UTC (rev 341147)
@@ -5,17 +5,17 @@
 # Contributor: Luis Henrique <lmello....@gmail.com>
 
 pkgname=ngspice
-pkgver=27
+pkgver=28
 pkgrel=1
 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
 url='http://ngspice.sourceforge.net'
 license=('BSD')
 arch=('x86_64')
-depends=('libxaw' 'libedit' 'gcc-libs')
+depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
 
source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
         
"http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz";)
-sha1sums=('544e713d21aeab14d04abff5ece39a17b0c2b050'
-          'a7e5127fcffe20807a3cafbd4ce174788b1ebbd6')
+sha1sums=('7ba37906da701b524ac53964e6a7762783045384'
+          'd6699f4eddd2bb4f976333ccdf473a89194b47d3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -29,6 +29,7 @@
               --enable-xspice \
               --enable-cider \
               --enable-openmp \
+              --enable-oldapps \
               --with-ngshared
   make
   #strip ./src/.libs/libngspice.so.0.0.0
@@ -39,6 +40,7 @@
               --with-readline=yes \
               --enable-xspice \
               --enable-cider \
+              --enable-oldapps \
               --enable-openmp
   make
 }

Reply via email to