summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2020-10-31 22:28:49 +0100
committerknedlyk2020-10-31 22:28:49 +0100
commitd8f1daa821a6ed676b995db4c1f8d1668c86e2af (patch)
tree695af31a78ea2b7d537b10afb623da3a5945d771
parentc2564ab495b447a8632592e033aa17a1b66b8db7 (diff)
downloadaur-d8f1daa821a6ed676b995db4c1f8d1668c86e2af.tar.gz
2.1.1 version
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5310b09bd515..eeb186dd4df0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
pkgbase = ddrescue-gui
pkgdesc = A simple GUI frontend to make ddrescue (a command-line data recovery tool) easier to use.
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://launchpad.net/ddrescue-gui
arch = any
license = GPL3
depends = python2
- depends = python2-requests
depends = python2-getdevinfo
- depends = python-wxpython
- depends = wxpython
+ depends = python2-wxpython4
depends = ddrescue
depends = parted
depends = lshw
+ depends = python2-requests
depends = python2-beautifulsoup4
provides = ddrescue-gui
- source = https://launchpad.net/ddrescue-gui/2.x/2.1.0/+download/ddrescue-gui_2.1.0%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz
- md5sums = eef4c468ef647594b23478d76442c883
+ source = https://launchpad.net/ddrescue-gui/2.x/2.1.1/+download/ddrescue-gui_2.1.1%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz
+ md5sums = e03c81f83b9ff11b88df02c63a803651
pkgname = ddrescue-gui
diff --git a/PKGBUILD b/PKGBUILD
index 5131712086fe..46f068693114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Yarema aka Knedlyk <yupadmin (at) gmail (dot) com>
pkgname=ddrescue-gui
-pkgver=2.1.0
+pkgver=2.1.1
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' 'python-wxpython' 'wxpython' 'ddrescue' 'parted' 'lshw' 'python2-beautifulsoup4')
+depends=('python2' 'python2-getdevinfo' 'python2-wxpython4' 'ddrescue' 'parted' 'lshw' 'python2-requests' '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')
@@ -35,4 +35,5 @@ package() {
install -D -m644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/${pkgname}"
install -D -m644 "${srcdir}/${pkgname}-${pkgver}/org.hamishmb.ddrescue-gui.policy" "${pkgdir}/usr/share/polkit-1/actions/"
}
-md5sums=('eef4c468ef647594b23478d76442c883')
+
+md5sums=('e03c81f83b9ff11b88df02c63a803651')