summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28065a1f8f99..80e78c246f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddrescue-gui
pkgdesc = A simple GUI frontend to make ddrescue (a command-line data recovery tool) easier to use.
- pkgver = 1.7.2
+ pkgver = 2.0.0
pkgrel = 1
url = https://launchpad.net/ddrescue-gui
arch = any
@@ -12,8 +12,8 @@ pkgbase = ddrescue-gui
depends = lshw
depends = python2-beautifulsoup4
provides = ddrescue-gui
- source = https://launchpad.net/ddrescue-gui/1.x/1.7.2/+download/ddrescue-gui_1.7.2%7Eotherdistro%7Eupdate1-0ubuntu1%7Eppa1.tar.gz
- md5sums = b8ee1fb653cd6b4455720e26af1d4c7e
+ source = https://launchpad.net/ddrescue-gui/2.x/2.0.0/+download/ddrescue-gui_2.0.0%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz
+ md5sums = bf73369066ec729b33f67f0599f78a26
pkgname = ddrescue-gui
diff --git a/PKGBUILD b/PKGBUILD
index 7dc028105cf3..84197acd285e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Yarema aka Knedlyk <yupadmin (at) gmail (dot) com>
pkgname=ddrescue-gui
-pkgver=1.7.2
+pkgver=2.0.0
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' 'wxpython' 'ddrescue' 'parted' 'lshw' 'python2-beautifulsoup4')
license=('GPL3')
-source=(https://launchpad.net/ddrescue-gui/1.x/${pkgver}/+download/ddrescue-gui_${pkgver}%7Eotherdistro%7Eupdate1-0ubuntu1%7Eppa1.tar.gz)
+source=(https://launchpad.net/ddrescue-gui/2.x/${pkgver}/+download/ddrescue-gui_${pkgver}%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz)
provides=('ddrescue-gui')
package() {
@@ -29,4 +29,4 @@ package() {
install -D -m644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/${pkgname}"
}
-md5sums=('b8ee1fb653cd6b4455720e26af1d4c7e')
+md5sums=('bf73369066ec729b33f67f0599f78a26')