Commit ab0534a8 authored by Seblu's avatar Seblu
Browse files

bump ext4magic


git-svn-id: https://seblu.net/s/archpkg@82 02741741-5192-46b8-8916-7152b19231d9
parent 380f0ec1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
pkgname=ext4magic
pkgver=0.2.1
pkgver=0.2.2
pkgrel=1
pkgdesc="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="http://developer.berlios.de/projects/ext4magic/"
license=('GPL2')
depends=('util-linux-ng' 'e2fsprogs')
source=( http://download.berlios.de/ext4magic/$pkgname-$pkgver.tar.gz ) 
md5sums=('c61e06680db6cbade19b1a00e52c73e1')
md5sums=('33cbffae95bb2cde37454085d2a21f66')

build() {
  cd "$srcdir/$pkgname-$pkgver"