[arch-commits] Commit in ngspice/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Jan 3 04:47:28 UTC 2019


    Date: Thursday, January 3, 2019 @ 04:47:27
  Author: kkeen
Revision: 420301

upgpkg: ngspice 30-1

Modified:
  ngspice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-03 03:53:04 UTC (rev 420300)
+++ PKGBUILD	2019-01-03 04:47:27 UTC (rev 420301)
@@ -4,7 +4,7 @@
 # Contributor: Luis Henrique <lmello.009 at gmail.com>
 
 pkgname=ngspice
-pkgver=29
+pkgver=30
 pkgrel=1
 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.'
 url='http://ngspice.sourceforge.net'
@@ -12,9 +12,9 @@
 arch=('x86_64')
 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=('ed2bd864475403233514122551851aae23a619fd'
-          'd627561d57a1d8c58190af9f2fa26fb155c19400')
+        "http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf")
+sha1sums=('980f02200f26083b2bf61606940412df6bdab894'
+          'f1d4de4ed652feb027aea5a96b222368096778c1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -48,7 +48,7 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644  "$srcdir/$pkgname-doc-$pkgver/manual.pdf" "$pkgdir/usr/share/doc/$pkgname/manual.pdf"
+  install -D -m644  "$srcdir/ngspice-$pkgver-manual.pdf" "$pkgdir/usr/share/doc/$pkgname/manual.pdf"
 
   install -Dm755 src/.libs/libngspice.so.0.0.0 "$pkgdir/usr/lib/libngspice.so.0.0.0"
   ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"



More information about the arch-commits mailing list