X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=e971a4a91f0d030e3d23dcf0bf0d5d063de23e1f;hb=4eb18e0c42c31de268f428c355f7a661f614a80f;hp=358a163ca236a7d55b4298a8b3167b3d4bf41457;hpb=6aad3bee18ef52fc81d6df36080aa53bf8aa1d82;p=wimlib diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 358a163c..e971a4a9 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.3.3 +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 }