summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebde20c38aba..e458053ae4e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gspiceui
pkgdesc = A GUI to various freely available Spice electronic ciruit simulators
pkgver = 1.2.87
- pkgrel = 1
+ pkgrel = 2
url = http://users.tpg.com.au/micksw012/gspiceui.html
arch = i686
arch = x86_64
license = GPL
- depends = wxgtk2
+ depends = wxwidgets-gtk2
optdepends = gnucap: simulation backend
optdepends = ngspice: simulation backend
optdepends = gaw: wave viewer
@@ -16,4 +16,3 @@ pkgbase = gspiceui
md5sums = ee8b733d2bdb46f8c526fa0b04310bb9
pkgname = gspiceui
-
diff --git a/PKGBUILD b/PKGBUILD
index 8dde0a146158..7c9126dad7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=gspiceui
pkgver=1.2.87
-pkgrel=1
+pkgrel=2
pkgdesc="A GUI to various freely available Spice electronic ciruit simulators"
url="http://users.tpg.com.au/micksw012/gspiceui.html"
license=('GPL')
-depends=('wxgtk2')
+depends=('wxwidgets-gtk2')
optdepends=('gnucap: simulation backend'
'ngspice: simulation backend'
'gaw: wave viewer')
@@ -22,7 +22,7 @@ arch=('i686' 'x86_64')
build(){
cd $srcdir/$pkgname-v$pkgver
- make
+ make GSPICEUI_WXLIB=3.2 WXCFG=/usr/bin/wx-config-gtk2
}
package() {