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