summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2017-01-26 20:37:38 +0100
committerknedlyk2017-01-26 20:37:38 +0100
commit9379b87acceed93696b8c421f113374c25bf3bf3 (patch)
tree2c69a3b8c4708476f0d30ead8d270c917728cc6b
parentb0ad8f9298d99a110960a660179add1cfd7e033e (diff)
downloadaur-9379b87acceed93696b8c421f113374c25bf3bf3.tar.gz
Incuded dependency wxpython
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9093744fbdc0..39ea9c0c00b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ddrescue-gui
pkgdesc = A simple GUI frontend to make ddrescue (a command-line data recovery tool) easier to use.
pkgver = 1.6.1
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/ddrescue-gui
arch = any
license = GPL3
depends = python2
- depends = wxpython2.8
+ depends = wxpython
depends = ddrescue
depends = parted
depends = lshw
diff --git a/PKGBUILD b/PKGBUILD
index e329ecabb7a9..b2d94389f42d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ddrescue-gui
pkgver=1.6.1
-pkgrel=2
+pkgrel=3
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' 'wxpython2.8' 'ddrescue' 'parted' 'lshw' 'python2-beautifulsoup4')
+depends=('python2' 'wxpython' 'ddrescue' 'parted' 'lshw' 'python2-beautifulsoup4')
license=('GPL3')
source=(https://launchpad.net/ddrescue-gui/1.x/${pkgver}/+download/ddrescue-gui_${pkgver}%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz)
provides=('ddrescue-gui')