]> wimlib.net Git - wimlib/blobdiff - archlinux/PKGBUILD
wimexport: Document --wimboot option
[wimlib] / archlinux / PKGBUILD
index 702eb89c7682c0809854b40822e9234b30a0a9ea..8157966ab99fd1bce49a1f7c07dc6904fed98873 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.5.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
@@ -18,8 +18,7 @@ source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
 
 build() {
        cd "$pkgname-$pkgver"
-       ./configure --with-libcrypto --with-fuse --with-ntfs-3g \
-                       --enable-xattr --prefix=/usr
+       ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
        make
 }