summaryrefslogtreecommitdiff
path: root/community/dd_rescue
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-27 03:39:40 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-27 03:39:40 +0000
commite32d80836b584e2625d5ff5a9347090bdd58da34 (patch)
tree491e167a6fc43599ac073ecf9edfb5d8ba5aa90a /community/dd_rescue
parent3f23b6bf0b09b0edd47e2c763b3be136bc2fe274 (diff)
Thu Feb 27 03:37:13 UTC 2014
Diffstat (limited to 'community/dd_rescue')
-rw-r--r--community/dd_rescue/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD
index 05f098682..d6d66b673 100644
--- a/community/dd_rescue/PKGBUILD
+++ b/community/dd_rescue/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 100624 2013-11-06 14:17:22Z fyan $
+# $Id: PKGBUILD 106264 2014-02-26 03:42:27Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Zerial <fernando@zerial.org>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
# Contributor: Jose Riha <jose1711 gmail com>
pkgname=dd_rescue
-pkgver=1.40
-pkgrel=2
+pkgver=1.41
+pkgrel=1
pkgdesc="A dd version that is very useful for data-recovery"
url="http://www.garloff.de/kurt/linux/ddrescue/"
license=("GPL")
depends=('glibc')
arch=('x86_64' 'i686')
source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
-md5sums=('690bc25884272461d994aca10f620b98')
build() {
cd $pkgname
@@ -24,3 +23,5 @@ package() {
cd $pkgname
make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
}
+
+md5sums=('f5d89c365cbc404b263abd2f94ea60b5')