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