X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=750228691a30d76ee3a3ec8385014a0755cc49c7;hb=07e37b8d03fb6cd8bd5905905dd52807774204cd;hp=02134ce9e67b8ec3895b0f1d26fdba365c04a10c;hpb=28fd72017ded230c4a0e4efdf24f2e2e55ba9f36;p=wimlib diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 02134ce9..75022869 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.3.2 +pkgver=1.6.2 pkgrel=1 -pkgdesc="A library to extract, create, and modify WIM files" +pkgdesc="A library and program to extract, create, and modify WIM files" arch=("i686" "x86_64") url="http://sourceforge.net/projects/wimlib" license=("GPL3") @@ -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 }