diff options
author | root <root@rshg054.dnsready.net> | 2013-07-22 01:12:51 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-22 01:12:51 -0700 |
commit | 5072cee45a3dc5638ba936dfb4e717bf918b6d06 (patch) | |
tree | 9a3809d97173d2185b43fa7853be725b7d188186 /extra/ddrescue/PKGBUILD | |
parent | 35742ff57b7b052dff497273e238578aa091407d (diff) |
Mon Jul 22 01:12:48 PDT 2013
Diffstat (limited to 'extra/ddrescue/PKGBUILD')
-rw-r--r-- | extra/ddrescue/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/ddrescue/PKGBUILD b/extra/ddrescue/PKGBUILD index 0fe7a3286..3deeb3bd5 100644 --- a/extra/ddrescue/PKGBUILD +++ b/extra/ddrescue/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 164005 2012-07-23 18:42:21Z schiv $ +# $Id: PKGBUILD 191219 2013-07-21 14:09:43Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=ddrescue -pkgver=1.16 -pkgrel=2 +pkgver=1.17 +pkgrel=1 pkgdesc="GNU data recovery tool" arch=('i686' 'x86_64') url="http://www.gnu.org/software/ddrescue/ddrescue.html" license=('GPL3') depends=('gcc-libs') install=$pkgname.install -source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" - "http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig") -md5sums=('57b67407e882c6418531d48a2f20d16b' - 'bf072280587665d82829be15eb6fc9ad') +source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz" + "http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig") +md5sums=('564469370fe70cd9ac280b15e1addc50' + 'SKIP') build() { cd "$srcdir"/$pkgname-$pkgver |