X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=8157966ab99fd1bce49a1f7c07dc6904fed98873;hp=31b1069599ddd1258ab941f63c89ba89951e23f0;hb=c604acfda391af68781f9ef1cee1f1ab7aac68e1;hpb=345d31902b50d440b918d2ec3a16c0f4bfff08ad diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 31b10695..8157966a 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.6.0 +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 }