summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2022-07-27 09:20:02 +0200
committerknedlyk2022-07-27 09:20:02 +0200
commit57926a0e3a9e40879f8e5957b767e4df411601ec (patch)
tree50a9faad2057e50b6e79e336754cd945c1002b93
parente8524435f773d6547f5630aa56a5512303e3d081 (diff)
downloadaur-57926a0e3a9e40879f8e5957b767e4df411601ec.tar.gz
Updated sources
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4b8d92ebb39..6867e7439343 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ddrescue-gui
pkgdesc = A simple GUI frontend to make ddrescue (a command-line data recovery tool) easier to use.
pkgver = 2.1.1
- pkgrel = 2
- url = https://launchpad.net/ddrescue-gui
+ pkgrel = 3
+ url = https://www.hamishmb.com/html/ddrescue-gui.php
arch = any
license = GPL3
depends = python
@@ -14,8 +14,7 @@ pkgbase = ddrescue-gui
depends = python-requests
depends = python-beautifulsoup4
provides = ddrescue-gui
- source = https://launchpad.net/ddrescue-gui/2.x/2.1.1/+download/ddrescue-gui_2.1.1%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz
+ source = https://www.hamishmb.com/files/Downloads/ddrescue-gui/2.1.1/OtherDistro/ddrescue-gui_2.1.1~otherdistro-0ubuntu1~ppa1.tar.gz
md5sums = e03c81f83b9ff11b88df02c63a803651
pkgname = ddrescue-gui
-
diff --git a/PKGBUILD b/PKGBUILD
index 06e811872457..e81f3599ec56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ddrescue-gui
pkgver=2.1.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"
+url="https://www.hamishmb.com/html/ddrescue-gui.php"
depends=('python' 'python-getdevinfo' 'python-wxpython' 'ddrescue' 'parted' 'lshw' 'python-requests' 'python-beautifulsoup4' )
license=('GPL3')
-source=(https://launchpad.net/ddrescue-gui/2.x/${pkgver}/+download/ddrescue-gui_${pkgver}%7Eotherdistro-0ubuntu1%7Eppa1.tar.gz)
+source=(https://www.hamishmb.com/files/Downloads/ddrescue-gui/${pkgver}/OtherDistro/ddrescue-gui_${pkgver}~otherdistro-0ubuntu1~ppa1.tar.gz)
provides=('ddrescue-gui')
prepare() {