X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=0ce073e3d0f3db44cdb5b8677274127febb56bbe;hp=c6af81d2f4c10cac1a4d556b861e70ae21746d47;hb=794ecd09fc527e3328e469c14e563d42a7a70a39;hpb=c23493a5944b8a219083e82f3a1048b068e50b93 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index c6af81d2..0ce073e3 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="A library to extract, create, and modify WIM files" arch=("i686" "x86_64") @@ -18,8 +18,8 @@ source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "$pkgname-$pkgver" - ./configure --disable-verify-compression --with-libcrypto --with-fuse \ - --with-ntfs-3g --enable-xattr --prefix=/usr + ./configure --with-libcrypto --with-fuse --with-ntfs-3g \ + --enable-xattr --prefix=/usr make }