diff options
Diffstat (limited to 'community/extundelete')
-rw-r--r-- | community/extundelete/PKGBUILD | 15 | ||||
-rw-r--r-- | community/extundelete/extundelete.changelog | 6 |
2 files changed, 11 insertions, 10 deletions
diff --git a/community/extundelete/PKGBUILD b/community/extundelete/PKGBUILD index be39273c9..70591c45d 100644 --- a/community/extundelete/PKGBUILD +++ b/community/extundelete/PKGBUILD @@ -1,27 +1,22 @@ -# $Id: PKGBUILD 66632 2012-02-26 16:13:47Z jlichtblau $ +# $Id: PKGBUILD 82017 2013-01-05 17:22:04Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: snuo pkgname=extundelete -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.4 +pkgrel=1 pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal" arch=('i686' 'x86_64' 'mips64el') url="http://extundelete.sourceforge.net" license=('GPL') makedepends=('e2fsprogs') changelog=$pkgname.changelog -source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2 \ - $pkgname-build.patch) -sha256sums=('0f6a3004d8ddcafe63059a104c174f753c7fc95455081f3ff5aaf3b8c100f97b' - '6e59a025b98838f43146a9309f5c84b09ca8a314e90a6c9f68837d23ee4d9443') +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4') build() { cd ${srcdir}/$pkgname-$pkgver -#http://patch-tracker.debian.org/package/extundelete/0.2.0-2 - patch -Np1 -i ${srcdir}/$pkgname-build.patch - ./configure --prefix=/usr make } diff --git a/community/extundelete/extundelete.changelog b/community/extundelete/extundelete.changelog index ff334face..56d6fd153 100644 --- a/community/extundelete/extundelete.changelog +++ b/community/extundelete/extundelete.changelog @@ -1,3 +1,9 @@ +2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * extundelete 0.2.4-1 + +2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * extundelete 0.2.1-1 + 2012-02-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * extundelete 0.2.0-2 package signed |