summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte2018-03-21 22:44:44 +0100
committerRomain Porte2018-03-21 22:44:44 +0100
commit4a45bb65e72bb3e18511c608782bdb6e268792e4 (patch)
treeac95d125fb381f65d92f604fdd44b1fa2634274f
parent8619d6c650ce01c6871a06acbc89fe93ac6b551b (diff)
downloadaur-4a45bb65e72bb3e18511c608782bdb6e268792e4.tar.gz
Now depends on dev wxwidgets
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f41bd3b07949..9ad59252a2c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,8 @@ pkgbase = cubicsdr-git
makedepends = cmake
makedepends = libicns
depends = libpulse
- depends = wxgtk
+ depends = wxgtk2-dev
+ depends = wxgtk-command-dev
depends = soapysdr-git
depends = liquid-dsp-git
optdepends = fftw: FFTW support
diff --git a/PKGBUILD b/PKGBUILD
index 05b9b6540c58..499e5ff18b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
+# Maintainer: Romain Porte <microjoe@microjoe.org>
+# Previous maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
# Contributor: valvetime <valvetimepackages@gmail.com>
# Contributor: Dan McCurry <dan.mccurry at linux dot com>
# Contributor: Tom Swartz <tom@tswartz.net>
@@ -14,7 +15,8 @@ url="https://github.com/cjcliffe/CubicSDR"
license=('GPL')
depends=(
'libpulse'
- 'wxgtk'
+ 'wxgtk2-dev'
+ 'wxgtk-command-dev'
'soapysdr-git'
'liquid-dsp-git'
)