[arch-commits] CVS update of extra/system/ddrescue (PKGBUILD)

Paul Mattal paul at archlinux.org
Wed Nov 28 02:20:25 UTC 2007


    Date: Tuesday, November 27, 2007 @ 21:20:25
  Author: paul
    Path: /home/cvs-extra/extra/system/ddrescue

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: ddrescue 1.6-1
update to 1.6


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: extra/system/ddrescue/PKGBUILD
diff -u extra/system/ddrescue/PKGBUILD:1.7 extra/system/ddrescue/PKGBUILD:1.8
--- extra/system/ddrescue/PKGBUILD:1.7	Wed Aug  1 09:37:03 2007
+++ extra/system/ddrescue/PKGBUILD	Tue Nov 27 21:20:25 2007
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD,v 1.7 2007/08/01 13:37:03 paul Exp $
+# $Id: PKGBUILD,v 1.8 2007/11/28 02:20:25 paul Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=ddrescue
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="Data recovery version of the Linux DD device copying utility"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/ddrescue/ddrescue.html"
 license=('GPL')
-depends=(gcc)
+depends=('gcc-libs')
 makedepends=()
 conflicts=()
 replaces=()
 backup=()
 install=
 source=(http://savannah.gnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('91931e2b2163c8d7a5adc1959da3023f')
+md5sums=('490019589d2571ee98424eaa1bcc6bf7')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
+  # once info pages are removed, /usr/share will be empty but we ignore that
 }




More information about the arch-commits mailing list