summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2020-05-21 04:10:44 +0200
committerknedlyk2020-05-21 04:10:44 +0200
commitc2564ab495b447a8632592e033aa17a1b66b8db7 (patch)
tree0569923eda39670e4e05bb6d18202f149886d3ac
parenta8e01b4bbecd6152f3478366f93d067f9a7b09cb (diff)
downloadaur-c2564ab495b447a8632592e033aa17a1b66b8db7.tar.gz
added python-wxpython into dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22482c77a65f..5310b09bd515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = ddrescue-gui
depends = python2
depends = python2-requests
depends = python2-getdevinfo
+ depends = python-wxpython
depends = wxpython
depends = ddrescue
depends = parted
diff --git a/PKGBUILD b/PKGBUILD
index 702fce5ed0ca..5131712086fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A simple GUI frontend to make ddrescue (a command-line data recovery tool) easier to use."
arch=('any')
url="https://launchpad.net/ddrescue-gui"
-depends=('python2' 'python2-requests' 'python2-getdevinfo' 'wxpython' 'ddrescue' 'parted' 'lshw' 'python2-beautifulsoup4')
+depends=('python2' 'python2-requests' 'python2-getdevinfo' 'python-wxpython' 'wxpython' 'ddrescue' 'parted' 'lshw' 'python2-beautifulsoup4')
license=('GPL3')
source=(https://launchpad.net/ddrescue-gui/2.x/${pkgver}/+download/ddrescue-gui_${pkgver}%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz)
provides=('ddrescue-gui')