summaryrefslogtreecommitdiff
path: root/community/dd_rescue/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dd_rescue/PKGBUILD')
-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')