summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schreiner2015-07-21 23:59:07 +0200
committerAndreas Schreiner2015-07-21 23:59:07 +0200
commit92d2e7b20eb36faa066a77c2085c5a2bf0ced319 (patch)
treea55a973fbf5d2ccc7ed9d9376212e1eb31862441
parent9ba663174c500273a70633c2dca823947e0ea774 (diff)
downloadaur-92d2e7b20eb36faa066a77c2085c5a2bf0ced319.tar.gz
Fixed dependencies, python2 instead python3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b06f5e62ee35..5be61f5e3f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = quisk
arch = i686
arch = x86_64
license = GPL
- depends = python3
+ depends = python2
depends = fftw
depends = portaudio
depends = wxpython
diff --git a/PKGBUILD b/PKGBUILD
index 67d3eca8be0e..8543a0e840d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Software defined radio (SDR)"
arch=('i686' 'x86_64')
url="http://james.ahlstrom.name/quisk/"
license=('GPL')
-depends=('python3' 'fftw' 'portaudio' 'wxpython')
+depends=('python2' 'fftw' 'portaudio' 'wxpython')
source=(http://james.ahlstrom.name/quisk/$pkgname-$pkgver.tar.gz
$pkgname
$pkgname.desktop