summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2021-03-01 23:06:42 +0100
committerNick Østergaard2021-03-01 23:06:42 +0100
commit39d5fcb9f10468431c4da47da32eb4760fa72ebd (patch)
tree5480942baaea84fdda286868589ead885d27f8e5
parenta5b827d1f043d1b3195982cab49ac3c94a0e393a (diff)
downloadaur-39d5fcb9f10468431c4da47da32eb4760fa72ebd.tar.gz
Fixup namcap suggestions about the depends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8469a0085b8c..b4eb5523d67a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Luis Henrique <lmello.009@gmail.com>
pkgname=ngspice-git
-pkgver=r6966.0ca66abd3
+pkgver=r7276.598751eb8
pkgrel=1
pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.'
url='http://ngspice.sourceforge.net'
license=('BSD')
arch=('i686' 'x86_64')
-depends=('libxaw' 'libedit' 'gcc-libs')
+depends=('libxaw' 'fftw' 'libxft')
source=("${pkgname}"::"git+https://git.code.sf.net/p/ngspice/ngspice#branch=master"
"manual.pdf"::"http://ngspice.sourceforge.net/docs/ngspice-manual.pdf")
conflicts=("ngspice")