Date: Sunday, March 8, 2015 @ 15:46:55 Author: jlichtblau Revision: 128919
upgpkg: sleuthkit 4.1.3-3 Modified: sleuthkit/trunk/PKGBUILD sleuthkit/trunk/sleuthkit.changelog ---------------------+ PKGBUILD | 8 +++----- sleuthkit.changelog | 16 ++++++++-------- 2 files changed, 11 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-08 14:32:00 UTC (rev 128918) +++ PKGBUILD 2015-03-08 14:46:55 UTC (rev 128919) @@ -1,17 +1,15 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Geoffroy Carrier <[email protected]> pkgname=sleuthkit pkgver=4.1.3 -pkgrel=2 +pkgrel=3 pkgdesc='File system and media management forensic analysis tools' arch=('i686' 'x86_64') url="http://www.sleuthkit.org/sleuthkit" license=('GPL2' 'CPL' 'custom:"IBM Public Licence"') -depends=('perl') -makedepends=('libewf') -optdepends=('libewf: support of the Expert Witness Compression Format') +depends=('perl' 'libewf') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327') Modified: sleuthkit.changelog =================================================================== --- sleuthkit.changelog 2015-03-08 14:32:00 UTC (rev 128918) +++ sleuthkit.changelog 2015-03-08 14:46:55 UTC (rev 128919) @@ -1,20 +1,20 @@ -2014-09-09 Jaroslav Lichtblau <[email protected]> - * sleuthkit 4.1.3-2 added libewf support on request from ArchAssault +2015-03-08 Jaroslav Lichtblau <[email protected]> + * sleuthkit 4.1.3-3 libewf as dependency -2014-02-06 Jaroslav Lichtblau <[email protected]> +2014-02-06 Jaroslav Lichtblau <[email protected]> * sleuthkit 4.1.3-1 -2013-12-25 Jaroslav Lichtblau <[email protected]> +2013-12-25 Jaroslav Lichtblau <[email protected]> * sleuthkit 4.1.2-2 static library removed -2013-10-13 Jaroslav Lichtblau <[email protected]> +2013-10-13 Jaroslav Lichtblau <[email protected]> * sleuthkit 4.1.2-1 -2013-03-12 Jaroslav Lichtblau <[email protected]> +2013-03-12 Jaroslav Lichtblau <[email protected]> * sleuthkit 4.0.2-1 -2013-01-05 Jaroslav Lichtblau <[email protected]> +2013-01-05 Jaroslav Lichtblau <[email protected]> * sleuthkit 4.0.1-1 -2011-10-09 Jaroslav Lichtblau <[email protected]> +2011-10-09 Jaroslav Lichtblau <[email protected]> * sleuthkit 3.2.3-1
