Date: Thursday, October 16, 2014 @ 14:16:59
  Author: jlichtblau
Revision: 120797

FS#42326 fix: libewf 20140608-3

Modified:
  libewf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-10-16 12:13:14 UTC (rev 120796)
+++ PKGBUILD    2014-10-16 12:16:59 UTC (rev 120797)
@@ -5,12 +5,14 @@
 
 pkgname=libewf
 pkgver=20140608
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
 arch=('i686' 'x86_64')
-url="https://code.google.com/p/libewf/";
+url="https://github.com/libyal/libewf/";
 license=('LGPL3')
-depends=('util-linux-ng' 'zlib' 'openssl')
+makedepends=('fuse')
+depends=('util-linux' 'zlib' 'openssl')
+optdepends=('fuse: to be able to use ewfmount')
 options=('!libtool')
 
source=(https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/$pkgname-$pkgver.tar.gz)
 sha256sums=('d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71')

Reply via email to