X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=archlinux%2FPKGBUILD;h=e971a4a91f0d030e3d23dcf0bf0d5d063de23e1f;hb=c515b8ec17e25eb312abbca22dd3f8ca7815716d;hp=d7b63bb6dcf4b74701359714ec86de076bd7f36c;hpb=34935d41624c903db230efbd5b0a1f37e7fdcc32;p=wimlib diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index d7b63bb6..e971a4a9 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.3.1 +pkgver=1.4.1 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 }