summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2016-04-05 11:32:11 +0200
committerknedlyk2016-04-05 11:32:11 +0200
commit73ec7fd7b226e451d059f451700b7129a6ae5860 (patch)
tree27d89912fae961c3f04665ada8663c2e2dd1f43f
parentbd44843fb87fb546963d0509cb3b0391b106c819 (diff)
downloadaur-73ec7fd7b226e451d059f451700b7129a6ae5860.tar.gz
Updated files
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d1ba05a17f..efa3d27c3738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = ddrescue-gui
depends = wxpython2.8
depends = ddrescue
depends = parted
+ depends = lshw
provides = ddrescue-gui
source = https://launchpad.net/ddrescue-gui/1.x/1.5/+download/ddrescue-gui_1.5otherdistro-0ubuntu1%7Eppa1.tar.gz
md5sums = dafaedde55c0f6deb454f1bc46401405
diff --git a/PKGBUILD b/PKGBUILD
index aa89022970a9..e85b4153bc48 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' 'wxpython2.8' 'ddrescue' 'parted')
+depends=('python2' 'wxpython2.8' 'ddrescue' 'parted' 'lshw')
license=('GPL3')
source=("https://launchpad.net/ddrescue-gui/1.x/${pkgver}/+download/${pkgname}_${pkgver}otherdistro-0ubuntu1%7Eppa1.tar.gz")
provides=('ddrescue-gui')